diff --git a/pkg.go b/pkg.go index ebac69d..54e5b32 100644 --- a/pkg.go +++ b/pkg.go @@ -64,7 +64,7 @@ import ( "strings" ) -const VERSION = "v0.2.12" +const VERSION = "v0.2.13" type HttpHandler func(http.ResponseWriter, *http.Request)