1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2015-11-02 19:55:24 -05:00
parent 8eb4c3121a
commit bc82157216
5 changed files with 42 additions and 26 deletions

View file

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