diff options
author | Unknwon <u@gogs.io> | 2016-03-04 09:15:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-04 09:15:11 -0500 |
commit | f6759a731a063d5d2be8a932f8d1e1a784cc0528 (patch) | |
tree | 47c9ac0ce3401bdb9f4a136c5a6c4f17301f0c66 /gogs.go | |
parent | dfbda48afc805095693ffa21925aea95efc8e5ff (diff) |
#2748 fix redirect loop with auto-signin
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.53.0303" +const APP_VER = "0.8.54.0304" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |