Merge "Bump EditStashCache version"

This commit is contained in:
jenkins-bot 2021-09-15 19:36:25 +00:00 committed by Gerrit Code Review
commit 2a32919ad8

View file

@ -15,7 +15,7 @@ use Psr\Log\LoggerInterface;
*/
class EditStashCache {
private const CACHE_VERSION = 'v3';
private const CACHE_VERSION = 'v4';
/** @var BagOStuff */
private $cache;