Backport EE cache update

This commit is contained in:
Felipe Artur 2019-04-24 16:50:16 +00:00 committed by Nick Thomas
parent 23e5d9edce
commit 85fa6784c6
1 changed files with 1 additions and 1 deletions

View File

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