Update to version 9.1.0

This commit is contained in:
Jguer 2019-01-20 15:52:21 +00:00
parent 50a52dba94
commit 0f57ed0ba8
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ PREFIX := /usr/local
DESTDIR :=
MAJORVERSION := 9
MINORVERSION ?= 0
PATCHVERSION := 1
MINORVERSION ?= 1
PATCHVERSION := 0
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}
LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}'

View File

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