#1597 fix activitity feeds for pull requests

This commit is contained in:
Unknwon 2016-03-05 12:58:51 -05:00
parent a2f13eae55
commit 414eb22ef9
10 changed files with 338 additions and 278 deletions

View file

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