diff --git a/version.php b/version.php index 5ce8e19..71c6009 100755 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021072300; +$plugin->version = 2021072301; $plugin->requires = 2021050400; // Requires 3.11. $plugin->release = '3.11.5'; $plugin->maturity = MATURITY_STABLE;