diff options
author | Nick Thomas <nick@gitlab.com> | 2019-04-24 16:50:17 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-04-24 16:50:17 +0000 |
commit | 8b2592ee744438711f449062ff2dc26101e57833 (patch) | |
tree | e8fe2a91a3d447d3d5d54c7f767dbd61aa66697a | |
parent | 23e5d9edcee5c0504bec9aade0e5abbb86ce06b1 (diff) | |
parent | 85fa6784c6066d3e12d1fe37c15d560438435726 (diff) | |
download | gitlab-ce-8b2592ee744438711f449062ff2dc26101e57833.tar.gz |
Merge branch 'ce-issue_10439' into 'master'
Backport EE cache update
See merge request gitlab-org/gitlab-ce!27626
-rw-r--r-- | app/models/concerns/cache_markdown_field.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/cache_markdown_field.rb b/app/models/concerns/cache_markdown_field.rb index 28ea51d6769..f90cd1ea690 100644 --- a/app/models/concerns/cache_markdown_field.rb +++ b/app/models/concerns/cache_markdown_field.rb @@ -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 |