Bumped version string to 0.2.10

This commit is contained in:
Magnus Åhall 2024-03-29 08:45:07 +01:00
parent ad1cb56a06
commit 548cddb773

2
pkg.go
View File

@ -52,7 +52,7 @@ import (
"strings"
)
const VERSION = "v0.1.0"
const VERSION = "v0.2.10"
type HttpHandler func(http.ResponseWriter, *http.Request)