#2748 fix redirect loop with auto-signin

This commit is contained in:
Unknwon 2016-03-04 09:15:11 -05:00
parent dfbda48afc
commit f6759a731a
4 changed files with 5 additions and 4 deletions

View file

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