📦 Correct Version

This commit is contained in:
Fenny 2020-08-16 11:36:25 +02:00 committed by GitHub
parent e98a1b1bb3
commit 53a7a6204e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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