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 years ago
parent
commit
a68487affc
2 changed files with 2 additions and 2 deletions
  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