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