diff --git a/pkg.go b/pkg.go index 909ae4b..f61e658 100644 --- a/pkg.go +++ b/pkg.go @@ -52,7 +52,7 @@ import ( "strings" ) -const VERSION = "v0.2.10" +const VERSION = "v0.2.11" type HttpHandler func(http.ResponseWriter, *http.Request)