🚀 Bump version v1.12.6

This commit is contained in:
Fenny 2020-07-10 14:01:52 +02:00
parent 3484897184
commit d3039680fe

2
app.go
View File

@ -34,7 +34,7 @@ import (
)
// Version of current package
const Version = "1.12.5"
const Version = "1.12.6"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}