From 2b0fdaed258703372ae7322e2caa303cd5f276bc Mon Sep 17 00:00:00 2001 From: Nicolas Dunand Date: Tue, 8 Dec 2020 16:59:07 +0100 Subject: [PATCH] Bumped version number for new release --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index c2b36f7..c178299 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018092300; -$plugin->requires = 2014051200; // Moodle 2.7 +$plugin->version = 2020120800; +$plugin->requires = 2018051700; // Moodle 3.5 $plugin->component = 'enrol_attributes'; -$plugin->release = '2.8 for Moodle 2.7-3.5 (build 2018092300)'; +$plugin->release = '2.9 for Moodle 3.5-3.9 (build 2020120800)'; $plugin->maturity = MATURITY_STABLE;