Update version tag (#345)

* Update version tag 🤖 v1.9.5
pull/347/head
Fenny 2020-05-07 20:28:10 +02:00 committed by GitHub
parent e3b777bacf
commit a4273dc3bb
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

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