MDL-61165 mod_quiz: Bump version to clear removed legacy scheduled tasks

* We need to bump the plugin version in order for
\core\task\manager::reset_scheduled_tasks_for_component() to be run
and clear the removed legacy scheduled tasks.
This commit is contained in:
Jun Pataleta 2023-08-24 23:55:03 +08:00
parent 3667a702db
commit bd057ca936
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023042401;
$plugin->version = 2023082400;
$plugin->requires = 2023041800;
$plugin->component = 'mod_quiz';