From bed019e33d5ecefe51f05ea4452a4172d1ab2f87 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 21 Feb 2018 13:17:15 +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 2aa9125..67e3aeb 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016121326; +$plugin->version = 2016121327; $plugin->requires = 2016111800; -$plugin->release = '3.2.18'; +$plugin->release = '3.2.19'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';