From d6344552f686594ea5bf7d78aa59387faa7d2a64 Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Mon, 27 May 2024 15:43:18 +1000 Subject: [PATCH] chore: bump version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index fdc41a2..4296e2e 100644 --- a/version.php +++ b/version.php @@ -30,8 +30,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024051700; -$plugin->release = 2024051700; +$plugin->version = 2024052700; +$plugin->release = 2024052700; $plugin->requires = 2023100900; // Requires 4.3. $plugin->component = 'mod_facetoface'; $plugin->maturity = MATURITY_STABLE;