From d17a0d1ad376e1534b5b830641d92a1f0c8cc621 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 23 Oct 2018 12:40:09 +1300 Subject: [PATCH] bump version. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index fe5ff47..7764b27 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018051405; +$plugin->version = 2018051406; $plugin->requires = 2018050800; // Requires 3.5. -$plugin->release = '3.5.3'; +$plugin->release = '3.5.4'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';