浏览代码

Bump version to 9.4.1 for arm bin release once pacman 5.2 hits arm core

Jguer 5 年之前
父节点
当前提交
1257a6df08
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Makefile
  2. 1 1
      config.go

+ 1 - 1
Makefile

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

+ 1 - 1
config.go

@@ -81,7 +81,7 @@ type Configuration struct {
 	UseAsk             bool   `json:"useask"`
 	UseAsk             bool   `json:"useask"`
 }
 }
 
 
-var version = "9.4.0"
+var version = "9.4.1"
 
 
 // configFileName holds the name of the config file.
 // configFileName holds the name of the config file.
 const configFileName string = "config.json"
 const configFileName string = "config.json"