From 2bb4e4bdfa3268ed33f9665872a4b1f08701e85b Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:05:42 +0100 Subject: [PATCH] Fix version number. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index afa1cc3..00ecb25 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024011001; +$plugin->version = 202408180221; $plugin->maturity = MATURITY_BETA; $plugin->requires = 2023100900.00; // 4.3 (Build: 20231009). $plugin->supported = [403, 403];