Update Version to v1.10.1

Co-Authored-By: RW <renewerner87@googlemail.com>
pull/418/head
Fenny 2020-05-27 22:56:56 +02:00
parent d940948112
commit 30c215c601
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.0"
const Version = "1.10.1"
// Map is a shortcut for map[string]interface{}, usefull for JSON returns
type Map map[string]interface{}