diff options
author | unknwon <u@gogs.io> | 2019-08-01 18:41:45 -0700 |
---|---|---|
committer | unknwon <u@gogs.io> | 2019-08-01 18:41:45 -0700 |
commit | a36b29c25c8c7af972a2218df2442367eec21e34 (patch) | |
tree | e4240cbf47b8f30375e29df314a9d2eb326e21ca | |
parent | c3af3ff1d0484de3bd789ee6c6e47f35d590e945 (diff) |
Bump version
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | routes/repo/http.go | 1 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -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 9f0f311b..743605f5 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 3a0d9d20..22201b0b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.89.0728 +0.11.90.0801 |