From 5d9fc0b6fc5617c4089b80528bfc8830b34cb782 Mon Sep 17 00:00:00 2001 From: Eduardo Kraus Date: Mon, 30 Sep 2024 22:32:52 -0300 Subject: [PATCH] V 2.6.19 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e801c0f3..1f3ad6ea 100755 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024092700; +$plugin->version = 2024093000; $plugin->requires = 2015111610; -$plugin->release = '2.6.18'; +$plugin->release = '2.6.19'; $plugin->maturity = MATURITY_RC; $plugin->component = 'local_kopere_dashboard';