unknwon %!s(int64=4) %!d(string=hai) anos
pai
achega
a36b29c25c
Modificáronse 3 ficheiros con 3 adicións e 2 borrados
  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