From edab579f3942e9b3af5ae15b44c4f2ba148396f1 Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Fri, 3 Nov 2023 11:30:49 -0400 Subject: [PATCH] mod_pcast: Version bump. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 565f70f..69e4d88 100644 --- a/version.php +++ b/version.php @@ -28,10 +28,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023110200; // If version == 0 then module will not be installed. +$plugin->version = 2023110300; // If version == 0 then module will not be installed. $plugin->requires = 2023100900; // Requires Moodle version 4.0 or later. $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_pcast'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; -$plugin->release = "4.3 (2023110200)"; // User-friendly version number. +$plugin->release = "4.3 (2023110300)"; // User-friendly version number.