From b5b610ebf1cd0f813fa5efd81e3c15294cfdff9b Mon Sep 17 00:00:00 2001 From: Mark Sharp Date: Wed, 31 Jul 2024 14:58:55 +0100 Subject: [PATCH] Bump version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9d1ad90..c8bee7c 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024021804; -$plugin->release = 'v4.1-r4'; +$plugin->version = 2024073100; +$plugin->release = 'v4.1-r5'; $plugin->requires = 2022112800; $plugin->component = 'local_solsits';