1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00
This commit is contained in:
Unknwon
2014-09-09 10:17:35 -04:00
parent e004ec08e9
commit 33659ed9a5
3 changed files with 4 additions and 4 deletions

View File

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