pull/285/head
Fenny 2020-04-23 01:54:11 +02:00
parent 7d8ec7340c
commit 3e2c27b959
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -24,7 +24,7 @@ import (
)
// Version of current package
const Version = "1.9.1"
const Version = "1.9.2"
// Map is a shortcut for map[string]interface{}
type Map map[string]interface{}