#1575 Limit repo creation

This commit is contained in:
Unknwon 2015-12-10 12:37:53 -05:00
parent c6083c335e
commit 2a0bb1fa90
15 changed files with 73 additions and 14 deletions

View file

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