models/user: handle case when user doesn't belong to any organization (#4258)

This commit is contained in:
Unknwon
2017-03-08 22:21:31 -05:00
parent de2d3e3fd8
commit bab448681d
3 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.9.0308"
const APP_VER = "0.10.10.0308"
func init() {
setting.AppVer = APP_VER