diff --git a/gogs.go b/gogs.go index e1627e249..fd1302dc0 100644 --- a/gogs.go +++ b/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 diff --git a/routes/repo/http.go b/routes/repo/http.go index 9f0f311b3..743605f58 100644 --- a/routes/repo/http.go +++ b/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 { diff --git a/templates/.VERSION b/templates/.VERSION index 3a0d9d20e..22201b0b4 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.89.0728 +0.11.90.0801