fix private repo cannot trigger hook by SSH

This commit is contained in:
Unknwon 2015-08-08 01:04:12 +08:00
parent 45adb9b7a3
commit 3d0583df0f
4 changed files with 26 additions and 5 deletions

View file

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