From 1257a6df0899b0d77453312fdc033294fc0751c2 Mon Sep 17 00:00:00 2001 From: Jguer Date: Tue, 22 Oct 2019 21:15:11 +0100 Subject: [PATCH] Bump version to 9.4.1 for arm bin release once pacman 5.2 hits arm core --- Makefile | 2 +- config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"