Bump the CACHE_COMMONMARK_VERSION

to ensure any markdown generated before the asset
proxy default was corrected is re-generated
This commit is contained in:
Brett Walker 2019-09-11 14:30:17 -05:00
parent 1c62d1127c
commit ae862960b1
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Bump markdown cache version to fix any incorrect links from asset proxy defaults
merge_request:
author:
type: fixed

View File

@ -3,7 +3,7 @@
module Gitlab
module MarkdownCache
# Increment this number every time the renderer changes its output
CACHE_COMMONMARK_VERSION = 17
CACHE_COMMONMARK_VERSION = 18
CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)