From 57bd457e36bcaa331d85e75f29a6e48f85fa256f Mon Sep 17 00:00:00 2001 From: vasanthlmsace Date: Tue, 20 Feb 2024 14:41:38 +0530 Subject: [PATCH] Fixed the style issues. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ca9f6ff..6039763 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024022000; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024022001; // 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.5';