From de61f8dbb552b67ff10f704fe86b301ea97b5f9e Mon Sep 17 00:00:00 2001 From: Laur0r Date: Mon, 26 Aug 2024 15:16:13 +0200 Subject: [PATCH] version bump for v4.4-r2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index bf60a6cc..c13bcfbe 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024080900; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024082600; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2022112800; // Requires Moodle 4.1 and higher. $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'v4.4-r1'; +$plugin->release = 'v4.4-r2'; $plugin->component = 'mod_ratingallocate'; // To check on upgrade, that module sits in correct place.