1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-09-12 07:17:37 -04:00
parent 47df562ced
commit ed5a61153f
3 changed files with 3 additions and 2 deletions

View file

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