From a80d8868a0c9c98f645148aebc90eff5bdf043e3 Mon Sep 17 00:00:00 2001 From: Magdalena Holczik Date: Mon, 9 Dec 2024 14:36:38 +0100 Subject: [PATCH] Version 2024120902 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 51341c01e..ab747d0f7 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024120901; +$plugin->version = 2024120902; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. $plugin->release = '8.8.7'; $plugin->maturity = MATURITY_STABLE;