Add latest changes from gitlab-org/security/gitlab@13-10-stable-ee

This commit is contained in:
GitLab Bot 2021-03-30 22:44:00 +00:00
parent ac9a851836
commit 1d49348727
1 changed files with 1 additions and 1 deletions

View File

@ -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)