1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2014-09-15 09:56:12 -04:00
parent efb68a0a96
commit 632b1b694d
3 changed files with 3 additions and 3 deletions

View file

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