From 32ee95f90674bd41f3c74f09a1ca2849107e5063 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Fri, 24 Nov 2023 11:50:01 +0100 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 9927744..fddff5d 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023071201; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023071202; // 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).