Bump version to 9.4.2 for -G patching

This commit is contained in:
Jguer 2019-10-23 12:11:44 +01:00
parent 82549d0d95
commit 203b49321e
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 2 additions and 2 deletions

View file

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

View file

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