update version

This commit is contained in:
Jguer 2018-12-06 08:09:05 +00:00
parent a05886d9eb
commit 47373c5631
No known key found for this signature in database
GPG key ID: 09754DBECF21746F

View file

@ -78,7 +78,7 @@ type Configuration struct {
UseAsk bool `json:"useask"`
}
var version = "8.2.0"
var version = "9.0.0"
// configFileName holds the name of the config file.
const configFileName string = "config.json"