Skip to content
Snippets Groups Projects
Commit 29b8e528 authored by Jan Provaznik's avatar Jan Provaznik Committed by 🤖 GitLab Bot 🤖
Browse files

Merge branch 'bw-asset-proxy-markdown-bump' into 'master'

Bump the CACHE_COMMONMARK_VERSION

See merge request gitlab-org/gitlab-ce!32935

(cherry picked from commit 4200a917)

ae862960 Bump the CACHE_COMMONMARK_VERSION
parent 4ce7205f
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