From 5416f24b55f1ac932ecbf2733a070054cdf5d4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Snts?= Date: Mon, 15 Jan 2018 16:57:52 +0100 Subject: [PATCH] Fix version number Month and day were inverted --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 498f096..4140e8e 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061200; +$plugin->version = 2017120600; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; $plugin->release = 'Enrolment upon approval plugin Version 3.3-a';