Browse Source

Bump version

unknwon 4 years ago
parent
commit
a36b29c25c
3 changed files with 3 additions and 2 deletions
  1. 1 1
      gogs.go
  2. 1 0
      routes/repo/http.go
  3. 1 1
      templates/.VERSION

+ 1 - 1
gogs.go

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

+ 1 - 0
routes/repo/http.go

@@ -130,6 +130,7 @@ func HTTPContexter() macaron.Handler {
 				return
 			}
 			token.Updated = time.Now()
+			// TODO: verify or update token.Updated in database
 
 			authUser, err = models.GetUserByID(token.UID)
 			if err != nil {

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.11.89.0728
+0.11.90.0801