From 273a5544db9a3f0a3df4bf152b3ceba128374a49 Mon Sep 17 00:00:00 2001 From: Nina Herrmann Date: Fri, 30 Sep 2016 13:27:01 +0200 Subject: [PATCH] update version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e23c3ba..d92e744 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016080300; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2016093000; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2015111000; // Requires this Moodle version. $plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v3.1-r1'; +$plugin->release = 'v3.1-r4'; $plugin->maturity = MATURITY_RC; \ No newline at end of file