Set correct version for manual builds

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-08-31 13:33:01 +01:00
parent ead1ad5797
commit b757d0abd3
No known key found for this signature in database
GPG key ID: 09754DBECF21746F

View file

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