From e9ae68c2c30a1a1dea0c4e12cceb862c3c1f84f5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 27 Sep 2017 15:09:08 +1300 Subject: [PATCH] bump version for db release. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dec509c..43f3a06 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017082200; +$plugin->version = 2017102700; $plugin->requires = 2017042100; -$plugin->release = '3.3.11'; +$plugin->release = '3.4.1'; $plugin->maturity = MATURITY_ALPHA; $plugin->cron = 0; $plugin->component = 'mod_attendance';