From 48dec8cf3e555c6b6a2ddef51a7ff3d787fbbe1f Mon Sep 17 00:00:00 2001 From: my-curiosity <45821513+my-curiosity@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:53:08 +0000 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index aa96e1d..a44c58f 100644 --- a/version.php +++ b/version.php @@ -24,5 +24,5 @@ $plugin->version = 2023060601; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires Moodle version 4.0 or higher. $plugin->component = 'tool_supporter'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v4-r1'; +$plugin->release = 'v4-r2'; $plugin->maturity = MATURITY_STABLE;