From 1514de18069377f04dde310b98e401c6974141e8 Mon Sep 17 00:00:00 2001 From: Nina Herrmann Date: Wed, 3 Aug 2016 13:01:24 +0200 Subject: [PATCH] Version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8c94eda..e23c3ba 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016071500; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2016080300; // 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.0-r4'; +$plugin->release = 'v3.1-r1'; $plugin->maturity = MATURITY_RC; \ No newline at end of file