From 0bc614003460d8b881d5f5e1b856957fd19e4dfe Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Mon, 27 May 2024 15:36:31 +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 b33f22a..5c45556 100644 --- a/version.php +++ b/version.php @@ -30,8 +30,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023101903; -$plugin->release = 2022101903; +$plugin->version = 2023101904; +$plugin->release = 2022101904; $plugin->requires = 2022031500; // Requires 4.0. $plugin->component = 'mod_facetoface'; $plugin->maturity = MATURITY_STABLE;