📦 Correct Version

pull/732/head v1.14.2
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
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.14.2"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}