1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-06-24 13:55:47 -04:00
parent ceb415df8a
commit b2801a2e98
10 changed files with 264 additions and 269 deletions

View file

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