From 56339e9e9d1bfe828ba60f06db5a5ab0097adf31 Mon Sep 17 00:00:00 2001 From: TamaroWalter Date: Mon, 3 Jul 2023 11:56:25 +0200 Subject: [PATCH] new version number --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2465936811..c5e7541f80 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_moodleoverflow'; -$plugin->version = 2023052201; -$plugin->release = 'v4.2-r1'; +$plugin->version = 2023070300; +$plugin->release = 'v4.2-r2'; $plugin->requires = 2020061500; // Requires Moodle 3.9+. $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array();