diff options
author | Unknwon <u@gogs.io> | 2017-03-30 00:34:20 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-30 00:34:20 -0400 |
commit | ab634ce61af234e220e8cb54204d652e2ec507df (patch) | |
tree | ace24351e6d34442bfa23763e8316a0239acf33e /gogs.go | |
parent | 9d06ebd01a07b51ab2513e171dcfb79183c4997c (diff) |
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.
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/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 |