1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-11-04 10:16:50 -05:00
parent 1b5e1bebc2
commit 00eb2b221f
3 changed files with 5 additions and 4 deletions

View file

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