diff --git a/version.php b/version.php index 1a5ae2c..4ae0b96 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024080200; -$plugin->release = 2024080200; // Match release exactly to version. +$plugin->version = 2024111400; +$plugin->release = 2024111400; // Match release exactly to version. $plugin->requires = 2020061500; // Support for 3.9 and above, due to the Check API. $plugin->supported = [39, 404]; $plugin->component = 'tool_heartbeat';