diff --git a/version.php b/version.php index 467244072d..a346ae1d5c 100755 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023041800; -$plugin->release = 2023041800; +$plugin->version = 2023041801; +$plugin->release = 2023041801; $plugin->requires = 2023012600; // Requires 4.2. $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0;