pull/717/head
Fenny 2020-08-10 16:56:03 +02:00
parent bd483b784e
commit 5b2ade2fee
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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