Bump version

pull/5770/head^2
unknwon 2019-08-01 18:41:45 -07:00
parent c3af3ff1d0
commit a36b29c25c
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 {

View File

@ -1 +1 @@
0.11.89.0728
0.11.90.0801