Update version: 1.12.2

pull/520/head
Fenny 2020-06-30 00:27:46 +02:00
parent 909c683e12
commit 9b1d41e0bf
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.1"
const Version = "1.12.2"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}