Merge branch 'ce-issue_10439' into 'master'
Backport EE cache update See merge request gitlab-org/gitlab-ce!27626
This commit is contained in:
commit
8b2592ee74
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module CacheMarkdownField
|
|||
|
||||
# Increment this number every time the renderer changes its output
|
||||
CACHE_COMMONMARK_VERSION_START = 10
|
||||
CACHE_COMMONMARK_VERSION = 15
|
||||
CACHE_COMMONMARK_VERSION = 16
|
||||
|
||||
# changes to these attributes cause the cache to be invalidates
|
||||
INVALIDATED_BY = %w[author project].freeze
|
||||
|
|
Loading…
Reference in a new issue