repo/release: add pagination (#2164)

This commit is contained in:
Unknwon
2017-02-17 17:41:55 -05:00
parent 81e74858d8
commit 07801cbf09
8 changed files with 135 additions and 56 deletions

View File

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