Update app.go

pull/417/head^2
fenny 2020-05-27 23:06:23 +02:00 committed by GitHub
parent edb10010da
commit 38c8bb240d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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{}