diff --git a/Makefile b/Makefile index 5c50685d..35d36efa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PREFIX := /usr/local MAJORVERSION := 9 MINORVERSION := 4 -PATCHVERSION := 0 +PATCHVERSION := 1 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} GOFLAGS := -v -mod=vendor diff --git a/config.go b/config.go index 7a431164..0f7826c3 100644 --- a/config.go +++ b/config.go @@ -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"