From 9f28013aa01575b60516820d419565ff390c96df Mon Sep 17 00:00:00 2001 From: Henning Bostelmann Date: Sun, 13 May 2018 20:06:22 +0100 Subject: [PATCH] Bump version number for 3.3.1 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cd49450b..aef453c2 100644 --- a/version.php +++ b/version.php @@ -15,7 +15,7 @@ */ $plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2017051400; // The current module version (Date: YYYYMMDDXX). -$plugin->release = '3.3.0'; // Human-friendly version name. +$plugin->version = 2017051402; // The current module version (Date: YYYYMMDDXX). +$plugin->release = '3.3.1'; // Human-friendly version name. $plugin->requires = 2017051200; // Requires Moodle 3.3. $plugin->maturity = MATURITY_STABLE; // Stable branch.