From 548cddb77399364ff01da505750d1e2037acb6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Fri, 29 Mar 2024 08:45:07 +0100 Subject: [PATCH] Bumped version string to 0.2.10 --- pkg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)