From cd1fbdb01d107ab2aacf5577ec49507b37b62ab9 Mon Sep 17 00:00:00 2001 From: Nina Herrmann Date: Thu, 26 Oct 2017 15:46:25 +0200 Subject: [PATCH] updated version php and release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index c0a1888..cd22791 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017102601; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2017102602; // 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.3-r2'; +$plugin->release = 'v3.4-r1'; $plugin->maturity = MATURITY_STABLE; \ No newline at end of file