aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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