From c5f030214cc759b5a4acc8fe0b517f47378d9fe5 Mon Sep 17 00:00:00 2001 From: Karen Holland Date: Mon, 17 Feb 2025 18:55:55 +0000 Subject: [PATCH] Setting up 1.404.02 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7fb79fc..01d30b2 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; $plugin->component = 'mod_board'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2024102001; // The current module version Use 2024.10.20 as base for 4.04. +$plugin->version = 2024102002; // The current module version Use 2024.10.20 as base for 4.04. $plugin->requires = 2024042200; // Moodle 4.04 and up. -$plugin->release = '1.404.01 (Build 2024102001)'; +$plugin->release = '1.404.02'; $plugin->maturity = MATURITY_STABLE;