Bump v1.12.3

Co-Authored-By: RW <renewerner87@googlemail.com>
pull/534/head
Fenny 2020-07-03 15:08:21 +02:00
parent e702a862cd
commit 583ec38e37
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -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{}