Update app.go

pull/717/head
Fenny 2020-08-08 02:48:20 +02:00
parent 1a89b61976
commit 6ca4fe500f
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.3"
const Version = "1.13.4"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}