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
2015-08-17 17:05:37 +08:00
parent 875f917771
commit 407385db7e
9 changed files with 111 additions and 71 deletions

View File

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