From 1c19a927729dadc41fdb96c02c15c3c83116779d Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Thu, 19 Oct 2023 17:39:52 +0200 Subject: [PATCH] Release name change --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 518a42d..df6d99d 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ $plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-260 $plugin->version = 2023101900; // YYYYMMDDHH (year, month, day, iteration). $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11). -$plugin->release = "1.1.0-RC1"; +$plugin->release = "1.1.0-b"; $plugin->maturity = MATURITY_BETA; /*MATURITY_STABLE;*/ // Supported from Moodle 3.11 to 4.1 (4.2 not yet tested).