From fd2ed7ac8d4222acb1d93be3612c656c1ab7b82f Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Tue, 5 Sep 2023 23:42:21 +0200 Subject: [PATCH] Version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 00fd786..0cf1a79 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494). -$plugin->version = 2023090500; // YYYYMMDDHH (year, month, day, iteration). +$plugin->version = 2023090501; // YYYYMMDDHH (year, month, day, iteration). $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11). $plugin->release = "1.0.0";