Bump version

This commit is contained in:
Jguer 2019-09-20 18:37:42 +01:00
parent d34a84204a
commit fd9a62ddb8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ PREFIX := /usr/local
DESTDIR :=
MAJORVERSION := 9
MINORVERSION ?= 2
MINORVERSION ?= 3
PATCHVERSION := 1
VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION}

View File

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