aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-11-28 21:05:58 -0500
committerUnknwon <u@gogs.io>2018-11-28 21:05:58 -0500
commit3db9b06a6ed0a217e72ea361867604477dcd25be (patch)
treecc164a0ff390d0919ccc76a75f055ee24b5a9e7f /gogs.go
parente9be8016e6b87efbc3bc62b373bed9143c2bac74 (diff)
api: fix critical CSRF vulnerabilities on API routes (#5355)
By explicitly requires token authentication.
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 3dbf576e..a3caf185 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.70.1126"
+const APP_VER = "0.11.71.1128"
func init() {
setting.AppVer = APP_VER