Bumping the CACHE_COMMONMARK_VERSION

Since the rendering of footnotes is changed, the cached
html need to be updated
This commit is contained in:
Brett Walker 2019-01-17 10:51:06 -06:00
parent 800220bd72
commit 8bf78e3911
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_REDCARPET_VERSION = 3
CACHE_COMMONMARK_VERSION_START = 10
CACHE_COMMONMARK_VERSION = 12
CACHE_COMMONMARK_VERSION = 13
# changes to these attributes cause the cache to be invalidates
INVALIDATED_BY = %w[author project].freeze