fix compile error

This commit is contained in:
Unknwon 2014-12-10 05:10:26 -05:00
parent b2c6a6920f
commit 9ee80e3e54
3 changed files with 6 additions and 8 deletions

View file

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