From fd9a62ddb834287fc942aa117142c95809bd8bd8 Mon Sep 17 00:00:00 2001 From: Jguer Date: Fri, 20 Sep 2019 18:37:42 +0100 Subject: [PATCH] Bump version --- Makefile | 2 +- config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e841264c..e82cb2337 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PREFIX := /usr/local DESTDIR := MAJORVERSION := 9 -MINORVERSION ?= 2 +MINORVERSION ?= 3 PATCHVERSION := 1 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} diff --git a/config.go b/config.go index 7859d227d..a372edd55 100644 --- a/config.go +++ b/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"