Fix SMTP auth logic

This commit is contained in:
Unknwon 2014-10-03 13:12:54 -04:00
parent 1126522a99
commit 405ee14711
4 changed files with 14 additions and 18 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.5.4.1001 Beta"
const APP_VER = "0.5.4.1003 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())