Update version used in ULS_VERSION to match extension.json

Change-Id: Icced77930c4355de2db349ef95ad24416928f5b4
This commit is contained in:
Niklas Laxström
2017-08-25 15:11:55 +02:00
parent 4a011624d5
commit aebe0ea7c2

View File

@@ -21,7 +21,7 @@
class UniversalLanguageSelectorHooks {
// Used when extension registration in use which skips the main php file
public static function setVersionConstant() {
define( 'ULS_VERSION', '2015-06-08' );
define( 'ULS_VERSION', '2017-07-25' );
}
/**