api/repo: load attributes when listing user repositories (#4565)

This commit is contained in:
Unknwon
2017-06-21 17:41:18 -04:00
parent f59500a90b
commit 11b1498a6e
5 changed files with 12 additions and 6 deletions

View File

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