1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2014-10-07 07:02:53 -04:00
parent fef09c2de6
commit fc18741cc7
6 changed files with 42 additions and 6 deletions

View file

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