summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 22:46:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 22:46:43 +0000
commit375a9ba5e35d4e895c31fe6bc744e8c8bf61fae6 (patch)
tree2fc36728217e09e43753967316c5e65e473aed16
parent8880f73d080a2378f2e1765a24decc11808d95ed (diff)
downloadgitlab-ce-375a9ba5e35d4e895c31fe6bc744e8c8bf61fae6.tar.gz
Add latest changes from gitlab-org/security/gitlab@13-8-stable-ee
-rw-r--r--lib/gitlab/markdown_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markdown_cache.rb b/lib/gitlab/markdown_cache.rb
index 36e9a6ccef6..3ec5f2339b5 100644
--- a/lib/gitlab/markdown_cache.rb
+++ b/lib/gitlab/markdown_cache.rb
@@ -3,7 +3,7 @@
module Gitlab
module MarkdownCache
# Increment this number every time the renderer changes its output
- CACHE_COMMONMARK_VERSION = 26
+ CACHE_COMMONMARK_VERSION = 27
CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)