Bumped to v0.2.11

This commit is contained in:
Magnus Åhall 2024-04-22 09:19:38 +02:00
parent d650542b72
commit 57c1cfb412

2
pkg.go
View File

@ -52,7 +52,7 @@ import (
"strings"
)
const VERSION = "v0.2.10"
const VERSION = "v0.2.11"
type HttpHandler func(http.ResponseWriter, *http.Request)