From a2915245f33149a0605d2cc9fc46e06daf057529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?= Date: Fri, 24 Jan 2025 17:41:04 +0100 Subject: [PATCH] Bump version for next release --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c13bcfbe..03a3a74b 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $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-r2'; +$plugin->release = 'v4.4-r3'; $plugin->component = 'mod_ratingallocate'; // To check on upgrade, that module sits in correct place.