From bc75355da79429eaed535a53e3eb9659133fcff5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 29 Jun 2021 20:44:07 +1200 Subject: [PATCH] bump version. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b599b3b..c596dd9 100755 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021062900; +$plugin->version = 2021062901; $plugin->requires = 2021050400; // Requires 3.11. -$plugin->release = '3.11.2'; +$plugin->release = '3.11.3'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';