From 97232cdc8afcf960db272597f901d950e8d3d8cb Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 27 Sep 2017 15:10:11 +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 5435e01..e6ce8a6 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017050216; +$plugin->version = 2017050217; $plugin->requires = 2017042100; -$plugin->release = '3.3.11'; +$plugin->release = '3.3.12'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';