From 57c1cfb412d7f28aeae643b083d39aee8eb0038e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Mon, 22 Apr 2024 09:19:38 +0200 Subject: [PATCH] Bumped to v0.2.11 --- pkg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)