From b0adf107acabb0c586bb9ed54c74e9bb248019d1 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Mon, 4 Dec 2023 10:05:26 +0100 Subject: [PATCH] Update version.php Bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a5219d1..ee94588 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023112700; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023112703; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).