1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-07-10 16:51:25 +08:00
parent eb0f0710f0
commit 35be8741c4
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.1.0709 Beta"
const APP_VER = "0.6.1.0710 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())