浏览代码

Append GIN suffix to version string

Helps us keep track of the version of our modifications and useful for
fetching new versions of js code, which relies on version strings.
Achilleas Koutsou 6 年之前
父节点
当前提交
a68487affc
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      gogs.go
  2. 1 1
      templates/.VERSION

+ 1 - 1
gogs.go

@@ -16,7 +16,7 @@ import (
 	"github.com/G-Node/gogs/pkg/setting"
 )
 
-const APP_VER = "0.11.87.0206"
+const APP_VER = "0.11.87.0206.gin0001"
 
 func init() {
 	setting.AppVer = APP_VER

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.87.0206
+0.11.87.0206.gin0001