Bump version 1.12.0

pull/477/head
Fenny 2020-06-17 13:38:37 +02:00
parent 3915cd607d
commit 0b672c4670
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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