🐱👤 Bump v1.13.1

pull/642/head
Fenny 2020-07-19 13:20:25 +02:00
parent 890d9be23f
commit 2e4205d2ac
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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