From e5e2e20ea734067e69370a7617c2a2110f8af409 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 21 Aug 2024 06:34:12 +0200 Subject: [PATCH] Release v4.2-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6bd43c1..58f334e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_sandbox Changes ------- -### Unreleased +### v4.2-r2 * 2024-08-19 - Fix a behat test which broke recently * 2024-08-11 - Add section for scheduled tasks to README diff --git a/version.php b/version.php index 49fdcce..3fac5ea 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die; $plugin->component = 'local_sandbox'; -$plugin->version = 2023090100; -$plugin->release = 'v4.2-r1'; +$plugin->version = 2023090101; +$plugin->release = 'v4.2-r2'; $plugin->requires = 2023042400; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;