Browse Source

Bump version

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

+ 1 - 1
Makefile

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

+ 1 - 1
config.go

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