From 298c9ffdb580042db2fb7796df193dff6efdb0d4 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 25 Jun 2022 21:31:05 +0200 Subject: [PATCH] Release v3.9-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 94c2e12..43cac6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v3.9-r2 * 2022-04-28 - Feature: Add possibility to override individual users. diff --git a/version.php b/version.php index e35c7b9..6d2a851 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022030104; -$plugin->release = 'v3.9-r1'; +$plugin->version = 2022030105; +$plugin->release = 'v3.9-r2'; $plugin->requires = 2020061500; $plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE;