From 23cb962964248b88d5774c5a9e067e1d03a3f8b2 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Fri, 1 Nov 2024 13:12:58 +1100 Subject: [PATCH] Version bump --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index bbf80a8..e07fc9d 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_sitenotice'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2023010600; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2023010600; +$plugin->version = 2023010601; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2023010601; $plugin->requires = 2018051709; // Requires this Moodle version. $plugin->supported = [39, 401]; // Available as of Moodle 3.9.0 or later. $plugin->maturity = MATURITY_STABLE;