diff --git a/version.php b/version.php index c596dd9..12c9419 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021062901; +$plugin->version = 2021070200; $plugin->requires = 2021050400; // Requires 3.11. -$plugin->release = '3.11.3'; +$plugin->release = '3.11.4'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';