From c2143ac1c78377a3cae9fcc7c247590a274b9f75 Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Sun, 11 Aug 2024 15:37:03 +0200 Subject: [PATCH] Update version.php --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bf0f44a..7c1ae15 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024073100; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024073101; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061500; // Requires this Moodle version. $plugin->component = 'format_designer'; // Full name of the plugin (used for diagnostics). $plugin->release = 'Version 1.6';