Fix showing total number of PRs when user does not have any repositories (#4007)

This commit is contained in:
Unknwon
2017-01-28 20:17:01 -05:00
parent 5e01ecbc05
commit 7b3b46c675
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.124.0128"
const APP_VER = "0.9.125.0128"
func init() {
setting.AppVer = APP_VER