Commit ae862960 authored by Brett Walker's avatar Brett Walker

Bump the CACHE_COMMONMARK_VERSION

to ensure any markdown generated before the asset
proxy default was corrected is re-generated
parent 1c62d112
---
title: Bump markdown cache version to fix any incorrect links from asset proxy defaults
merge_request:
author:
type: fixed
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment