api: add list user and organization's repositories (#3984)

This commit is contained in:
Unknwon
2017-02-18 23:37:16 -05:00
parent 50a7c3c20d
commit cd9b29ff3f
5 changed files with 52 additions and 17 deletions

View File

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