From 9c7f59c54c613aeae3b4492623ebdc8910f27057 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 29 Jun 2021 20:37:18 +1200 Subject: [PATCH] bump version. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d9cd1e8..4a15301 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021050700; +$plugin->version = 2021050701; $plugin->requires = 2019072500; // Requires 3.8. -$plugin->release = '3.9.1'; +$plugin->release = '3.9.2'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';