1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 10:07:22 +00:00
This commit is contained in:
Unknwon
2015-08-26 01:32:12 +08:00
parent 4330c1f0d8
commit 45c2b4bd76
4 changed files with 8 additions and 8 deletions

View File

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