Update Version 1.10.2

pull/431/head
Fenny 2020-06-01 11:17:37 +02:00
parent 09cb024069
commit ac64da1a3a
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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