Browse Source

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 năm trước cách đây
mục cha
commit
a68487affc
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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