Browse Source

Bump version to 9.4.2 for -G patching

Jguer 5 years ago
parent
commit
203b49321e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Makefile
  2. 1 1
      config.go

+ 1 - 1
Makefile

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

+ 1 - 1
config.go

@@ -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"