From 8eee4e1d45cfac8f33731c0c903d88f4d0dd10ca Mon Sep 17 00:00:00 2001 From: Nina Herrmann Date: Mon, 17 May 2021 11:36:23 +0200 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 09c3ed2c..46092b8c 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->maturity = MATURITY_BETA; -$plugin->version = 2020051700; +$plugin->version = 2021051700; $plugin->component = 'tool_lifecycle'; $plugin->requires = 2017111300; // Require Moodle 3.4 (or above). $plugin->release = 'v3.11-r1';