org/dashboard: fix wrong repository count (#4351)

Should not include count for inaccessible repositories.
This commit is contained in:
Unknwon
2017-03-28 11:16:29 -04:00
parent cf7d5d0c56
commit 11ffdac3f8
4 changed files with 7 additions and 4 deletions

View File

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