resourceloader: Increase minification cache version
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoader.php
index 2b25d91..98bae24 100644 (file)
@@ -37,7 +37,7 @@ use Wikimedia\WrappedString;
  */
 class ResourceLoader implements LoggerAwareInterface {
        /** @var int */
-       protected static $filterCacheVersion = 7;
+       protected static $filterCacheVersion = 8;
 
        /** @var bool */
        protected static $debugMode = null;