Skip to content
Snippets Groups Projects
Commit 4200a917 authored by Jan Provaznik's avatar Jan Provaznik
Browse files

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

Bump the CACHE_COMMONMARK_VERSION

See merge request gitlab-org/gitlab-ce!32935
parents 95ce5e8a ae862960
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