Commit 4200a917 authored by Jan Provaznik's avatar Jan Provaznik

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
---
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