From c0a1d50e528683c47dfc3d306fb5ab00bd17bece Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 27 Sep 2017 15:11:42 +1300 Subject: [PATCH] bump version for plugins db release. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9a092b7..243e293 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016121321; +$plugin->version = 2016121322; $plugin->requires = 2016111800; -$plugin->release = '3.2.16'; +$plugin->release = '3.2.17'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';