From ab634ce61af234e220e8cb54204d652e2ec507df Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 30 Mar 2017 00:34:20 -0400 Subject: cmd/web: fix routes requires sign in (#4359) Redirect user to sign in page when visit private repository with public issues if user want to post comment or create new issue. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 2432fd81..93d8d37c 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.10.33.0329 / 0.11 RC" +const APP_VER = "0.10.34.0330 / 0.11 RC" func init() { setting.AppVer = APP_VER -- cgit v1.2.3