From 116ef688b0cce16d7e5b277c1ff2726450c8279e Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Fri, 13 Sep 2024 10:42:31 +0200 Subject: [PATCH] Bump version.php --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index 8b012ed..a791d36 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_rocketchat'; -$plugin->version = 2022043000; -$plugin->requires = 2022041900; -$plugin->release = 'v4.0-r1'; +$plugin->version = 2024091300; +$plugin->requires = 2022112800; +$plugin->release = 'v4.1-r1'; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [400, 400]; +$plugin->supported = [401, 401];