Update version 1.10.3

pull/432/head
Fenny 2020-06-01 20:30:11 +02:00
parent ae785453bb
commit eb8c8d88d3
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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