1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2014-09-13 22:12:11 -04:00
parent a5926f2689
commit b9560374cd
9 changed files with 24 additions and 12 deletions

View file

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