From 628786cd85e1106ffd9390eb2fad24b39bb347d1 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 9 Oct 2014 14:22:40 +1300 Subject: [PATCH] bump version to release latest work to plugins db --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cc0015e..2ef76ce 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2014072102; +$plugin->version = 2014100900; $plugin->requires = 2014042900; -$plugin->release = '2.7.0'; +$plugin->release = '2.7.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';