Bumped to v0.2.13

This commit is contained in:
Magnus Åhall 2024-05-08 17:52:15 +02:00
parent a62d2287ae
commit aecafc2986

2
pkg.go
View File

@ -64,7 +64,7 @@ import (
"strings"
)
const VERSION = "v0.2.12"
const VERSION = "v0.2.13"
type HttpHandler func(http.ResponseWriter, *http.Request)