Bumped version string to 0.2.10
This commit is contained in:
parent
ad1cb56a06
commit
548cddb773
1 changed files with 1 additions and 1 deletions
2
pkg.go
2
pkg.go
|
@ -52,7 +52,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "v0.1.0"
|
const VERSION = "v0.2.10"
|
||||||
|
|
||||||
type HttpHandler func(http.ResponseWriter, *http.Request)
|
type HttpHandler func(http.ResponseWriter, *http.Request)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue