From 0a056d286cd472ca7e2023ee7acde9fc2371f6de Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Thu, 5 Sep 2024 09:03:43 +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 4fd789c..4b57c01 100644 --- a/version.php +++ b/version.php @@ -30,8 +30,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023101906; -$plugin->release = 2023101906; +$plugin->version = 2023101907; +$plugin->release = 2023101907; $plugin->requires = 2022031500; // Requires 4.0. $plugin->component = 'mod_facetoface'; $plugin->maturity = MATURITY_STABLE;