MDL-61165 mod_workshop: Bump version to remove 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 task.
This commit is contained in:
Jun Pataleta 2023-08-24 23:56:50 +08:00
parent bd057ca936
commit da40dfa6b6
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 = 2023042400; // The current module version (YYYYMMDDXX).
$plugin->version = 2023082400; // The current module version (YYYYMMDDXX).
$plugin->requires = 2023041800; // Requires this Moodle version.
$plugin->component = 'mod_workshop';