fix binding api broken

This commit is contained in:
Unknwon 2014-12-15 01:49:59 -05:00
parent 792ec63c8a
commit 9803c421f5
5 changed files with 32 additions and 26 deletions

View file

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