Skip to content
Snippets Groups Projects
Commit ae862960 authored by Brett Walker's avatar Brett Walker
Browse files

Bump the CACHE_COMMONMARK_VERSION

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