浏览代码

fix(release): bump config.go version

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

+ 1 - 1
config.go

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