#1657 allow forcing all private repos

This commit is contained in:
Unknwon 2015-10-25 04:26:26 -04:00
parent d5fab7f1b9
commit 022820103d
15 changed files with 75 additions and 35 deletions

View file

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