diff options
author | Unknwon <u@gogs.io> | 2016-09-01 05:12:34 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-09-01 05:12:34 -0400 |
commit | 7c1fbed05764ff27c0684df92961a030e2e3344b (patch) | |
tree | c508eaebda3e187acbc3b03cd7a5ec701424628d /gogs.go | |
parent | bc902b8f745efe91e9dce5e4c5f5f2d5d760fbfb (diff) |
Fix panic when attempt login with non-exist user
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.9.97.0901" +const APP_VER = "0.9.98.0901" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |