diff --git a/version.php b/version.php index cd48db7..7792dde 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024063000; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024070400; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2022041900.00; // Requires Moodle 4.0+. $plugin->component = 'mod_threesixo'; // Full name of the plugin (used for diagnostics). $plugin->cron = 0; -$plugin->release = 'v4.0.0'; +$plugin->release = 'v4.0.1'; $plugin->maturity = MATURITY_STABLE;