mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
Bump version
This commit is contained in:
2
gogs.go
2
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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.11.89.0728
|
||||
0.11.90.0801
|
||||
|
||||
Reference in New Issue
Block a user