diff --git a/version.php b/version.php index 0692f466..f614519b 100644 --- a/version.php +++ b/version.php @@ -29,8 +29,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024011312; +$plugin->version = 2024052512; $plugin->requires = 2018051713; // Moodle 3.5! $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.2.3'; +$plugin->release = '4.2.4'; $plugin->component = 'mod_vpl';