From a36b29c25c8c7af972a2218df2442367eec21e34 Mon Sep 17 00:00:00 2001 From: unknwon Date: Thu, 1 Aug 2019 18:41:45 -0700 Subject: [PATCH] Bump version --- gogs.go | 2 +- routes/repo/http.go | 1 + templates/.VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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