install: allow sender's username to be non-email (#3717)

This commit is contained in:
Unknwon
2017-02-12 18:35:25 -05:00
parent d21767dc9f
commit f59a607361
5 changed files with 8 additions and 8 deletions

View File

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