diff options
author | Unknwon <u@gogs.io> | 2017-06-21 17:41:18 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-21 17:41:18 -0400 |
commit | 11b1498a6e7e01c32d7d802e4d149393b4efb9a9 (patch) | |
tree | ad308322185e34a7e8e0af78a8a163181269bb68 /gogs.go | |
parent | f59500a90bd688f99cde8820274807a581eead25 (diff) |
api/repo: load attributes when listing user repositories (#4565)
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |