Bump version to 9.4.1 for arm bin release once pacman 5.2 hits arm core

This commit is contained in:
Jguer 2019-10-22 21:15:11 +01:00
parent 85fc7c59c7
commit 1257a6df08
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 := 0
PATCHVERSION := 1
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.0"
var version = "9.4.1"
// configFileName holds the name of the config file.
const configFileName string = "config.json"