1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-12-04 21:30:33 -05:00
parent 76d4b9288b
commit e538ff2770
25 changed files with 248 additions and 94 deletions

View file

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