Disable log color in prod mode

This commit is contained in:
Unknwon 2015-07-16 02:47:51 +08:00
parent ff051e2106
commit bebbd08920
3 changed files with 3 additions and 2 deletions

View file

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