Fix ref comment from commit create empty feed

This commit is contained in:
Unknwon 2016-03-11 05:11:58 -05:00
parent 97c48da49f
commit 5267dce210
5 changed files with 9 additions and 6 deletions

View file

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