allow admin to migrate for any user/org

This commit is contained in:
Unknwon 2015-11-25 00:55:37 -05:00
parent ba92f4687e
commit 144663a3cf
6 changed files with 25 additions and 20 deletions

View file

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