1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-05-31 17:15:04 -04:00
parent ddb7f55035
commit 2657f88d9a
4 changed files with 7 additions and 8 deletions

View file

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