From e5f97a7ed7a8980b387e27e5dcddf2ee2798e95d Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 3 Dec 2020 13:45:49 +1300 Subject: [PATCH] Bump version with new user report feature. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8724375..6a49dff 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020082500; +$plugin->version = 2020120300; $plugin->requires = 2019072500; // Requires 3.8. -$plugin->release = '3.8.4'; +$plugin->release = '3.9.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';