diff options
author | Unknwon <u@gogs.io> | 2018-12-01 21:40:19 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-01 21:40:19 -0500 |
commit | ce13fbb98a68a39b9b08f07bf7c7444e1e869451 (patch) | |
tree | 707b344d5cb69c0ab535e9a9e154a1e6e8da423a /gogs.go | |
parent | 084d9e0009f9238c349ee8460d0ea82efaa9830c (diff) |
routes/api: allow get repository without login (#5475)
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/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.71.1128" +const APP_VER = "0.11.72.1201" func init() { setting.AppVer = APP_VER |