add config options for HELO

This commit is contained in:
Unknwon 2015-07-03 14:08:18 +08:00
parent c76ee1cf83
commit c47afdff58
7 changed files with 61 additions and 47 deletions

View file

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