Fix create user can use user email which is used (#4016)

This commit is contained in:
Unknwon
2017-01-29 18:29:53 -05:00
parent 7b3b46c675
commit 207960b459
3 changed files with 11 additions and 3 deletions

View File

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