From bbe27c87e771f1b55e4ba08576682ac2d2dae3c4 Mon Sep 17 00:00:00 2001 From: Umme Kawser Sinthia <40598386+sinthy08@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:05:03 +0600 Subject: [PATCH] updated the version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 904192e..1dfb08e 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022020103; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023010500; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061509; // Requires this Moodle version. $plugin->release = '1.0.1'; $plugin->component = 'block_dashboardchart'; // Full name of the plugin (used for diagnostics).