Fix 404 when comment on pulls and not using interal issue tracker

This commit is contained in:
Unknwon 2016-08-08 11:29:50 -07:00
parent e5bf4281b5
commit b73318bc62
3 changed files with 5 additions and 3 deletions

View file

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