From 9bb1cd27674f8d80a4dbffa62758d9aec577b8b8 Mon Sep 17 00:00:00 2001 From: Tobias Reischmann Date: Wed, 29 Jan 2020 13:12:34 +0100 Subject: [PATCH] Fix version number --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 507098e0..10973349 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2020210100; +$plugin->version = 2020012100; $plugin->component = 'tool_lifecycle'; $plugin->requires = 2017111300; // Require Moodle 3.4 (or above). $plugin->release = 'v3.8-r2';