v1.12.0-alpha

pull/472/head
Fenny 2020-06-15 15:47:27 +02:00
parent f20e66efee
commit 7beca6a961
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"
const Version = "1.12.0-alpha"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}