install: no need to check SMTPFrom is not set (#4118)

This commit is contained in:
Unknwon
2017-02-13 04:20:03 -05:00
parent 1c87b082c1
commit d02e7d9e6a
3 changed files with 10 additions and 8 deletions

View File

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