From de71f2e35d69a02197c5ef7ef4647fa15dfd06dc Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 21 Sep 2015 19:20:05 +1200 Subject: [PATCH] Bump version to coincide with new version of attendance block --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dcef314..af23d9c 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 = 2015062900; +$plugin->version = 2015092100; $plugin->requires = 2015051100; -$plugin->release = '2.9.2.1'; +$plugin->release = '2.9.3.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';