diff --git a/_config.php b/_config.php index 243d2f9bc..e78f5f88b 100644 --- a/_config.php +++ b/_config.php @@ -45,7 +45,7 @@ SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatec SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000); // If you don't want to see deprecation errors for the new APIs, change this to 3.0.0-dev. -Deprecation::notification_version('3.0.0'); +Deprecation::notification_version('3.1.0'); // TODO Remove once new ManifestBuilder with submodule support is in place require_once('admin/_config.php'); \ No newline at end of file