mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-23 15:56:52 +00:00
Bump cache version due to 'unwrap' ParserOutput option
Bug: T186927 Change-Id: I078f71d99f3179af5f4f85892472932eb5635fe1
This commit is contained in:
parent
1923c116c4
commit
be8a5d6ea3
|
@ -40,7 +40,7 @@ class ApiQueryExtracts extends ApiQueryBase {
|
|||
/**
|
||||
* Bump when memcache needs clearing
|
||||
*/
|
||||
const CACHE_VERSION = 1;
|
||||
const CACHE_VERSION = 2;
|
||||
|
||||
/**
|
||||
* @var ParserOptions
|
||||
|
|
Loading…
Reference in a new issue