浏览代码

Update const var

Signed-off-by: Jguer <me@jguer.space>
Jguer 7 年之前
父节点
当前提交
bab050a354
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -56,7 +56,7 @@ type Configuration struct {
 	GitClone      bool   `json:"gitclone"`
 }
 
-var version = "3.373"
+var version = "5.688"
 
 // configFileName holds the name of the config file.
 const configFileName string = "config.json"