diff --git a/version.php b/version.php index 68fec32..d8a102b 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2019072401; +$plugin->version = 2019072402; $plugin->requires = 2019052000; // Requires 3.7. -$plugin->release = '3.7.0'; +$plugin->release = '3.7.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';