routes/api: allow get repository without login (#5475)

This commit is contained in:
Unknwon
2018-12-01 21:40:19 -05:00
parent 084d9e0009
commit ce13fbb98a
3 changed files with 6 additions and 5 deletions

View File

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