From 50abf17a10b029dfe53786852adbe866a37eea5b Mon Sep 17 00:00:00 2001 From: Laur0r <35337130+Laur0r@users.noreply.github.com> Date: Mon, 16 Nov 2020 09:21:50 +0100 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index aaf1936..8fb2ec4 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2020060500; +$plugin->version = 2020111600; $plugin->component = 'tool_lifecycle'; $plugin->requires = 2017111300; // Require Moodle 3.4 (or above). -$plugin->release = 'v3.9-r1'; +$plugin->release = 'v3.10-r1'; -- GitLab