From 3c554587c0d867936f7c3b37544a7bc6b92a9563 Mon Sep 17 00:00:00 2001 From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de> Date: Tue, 21 Jan 2020 14:06:50 +0100 Subject: [PATCH] New version v3.8-r2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b97f25a..507098e 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2019120201; +$plugin->version = 2020210100; $plugin->component = 'tool_lifecycle'; $plugin->requires = 2017111300; // Require Moodle 3.4 (or above). -$plugin->release = 'v3.8-r1'; +$plugin->release = 'v3.8-r2'; -- GitLab