cmd/serve.go: remove useless code

This commit is contained in:
Unknwon 2015-03-01 18:43:28 -05:00
parent 63a73b43b4
commit b447d18dca
3 changed files with 2 additions and 4 deletions

View file

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