1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 01:27:20 +00:00

Fix bug on transfer repo

This commit is contained in:
Unknwon
2014-09-25 16:36:19 -04:00
parent 57d48fb6a2
commit f69761563b
10 changed files with 45 additions and 21 deletions

View File

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