diff --git a/app.go b/app.go index 1183be02..6588566e 100644 --- a/app.go +++ b/app.go @@ -29,7 +29,7 @@ import ( ) // Version of current package -const Version = "1.12.2" +const Version = "1.12.3" // Map is a shortcut for map[string]interface{}, useful for JSON returns type Map map[string]interface{}