diff --git a/version.php b/version.php index cf65f47..be519fa 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_chunkupload'; -$plugin->release = 'v4.5-r2'; -$plugin->version = 2024111101; +$plugin->release = 'v4.5-r2+'; +$plugin->version = 2024111101.01; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;