aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknwon <u@gogs.io>2019-08-01 18:41:45 -0700
committerunknwon <u@gogs.io>2019-08-01 18:41:45 -0700
commita36b29c25c8c7af972a2218df2442367eec21e34 (patch)
treee4240cbf47b8f30375e29df314a9d2eb326e21ca
parentc3af3ff1d0484de3bd789ee6c6e47f35d590e945 (diff)
Bump version
-rw-r--r--gogs.go2
-rw-r--r--routes/repo/http.go1
-rw-r--r--templates/.VERSION2
3 files changed, 3 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index e1627e24..fd1302dc 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 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