aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-30 00:34:20 -0400
committerUnknwon <u@gogs.io>2017-03-30 00:34:20 -0400
commitab634ce61af234e220e8cb54204d652e2ec507df (patch)
treeace24351e6d34442bfa23763e8316a0239acf33e /gogs.go
parent9d06ebd01a07b51ab2513e171dcfb79183c4997c (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.go2
1 files changed, 1 insertions, 1 deletions
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