From 59078343f49bf5a735c15ca3c0fff81d6add771a Mon Sep 17 00:00:00 2001 From: Flotter Totte Date: Thu, 9 Nov 2017 17:45:34 +0800 Subject: [PATCH] Version 3.2-a Version 3.2-a --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 32a6aa0..4f0f113 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017032900; +$plugin->version = 2017110900; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'Enrolment upon approval plugin Version 3.1-c'; +$plugin->release = 'Enrolment upon approval plugin Version 3.2-a'; $plugin->component = 'enrol_apply';