1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-11-11 16:19:28 -05:00
parent f28173bf50
commit 908f2924ce
6 changed files with 17 additions and 6 deletions

View file

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