From aecafc29863a0c7cb32f6d995e625a9a26be3284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Wed, 8 May 2024 17:52:15 +0200 Subject: [PATCH] Bumped to v0.2.13 --- pkg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)