Bläddra i källkod

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 år sedan
förälder
incheckning
a68487affc
2 ändrade filer med 2 tillägg och 2 borttagningar
  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"
 	"github.com/G-Node/gogs/pkg/setting"
 )
 )
 
 
-const APP_VER = "0.11.87.0206"
+const APP_VER = "0.11.87.0206.gin0001"
 
 
 func init() {
 func init() {
 	setting.AppVer = APP_VER
 	setting.AppVer = APP_VER

+ 1 - 1
templates/.VERSION

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