From c66f1747e2f4e70a966301d72a0ba437e56e463a Mon Sep 17 00:00:00 2001 From: Eduardo Kraus Date: Sun, 15 Dec 2024 15:06:25 -0300 Subject: [PATCH] V 2.8.1 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 4aa003b..a3eed21 100755 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024121500; +$plugin->version = 2024121501; $plugin->requires = 2015111610; -$plugin->release = "2.8.0"; +$plugin->release = "2.8.1"; $plugin->maturity = MATURITY_RC; $plugin->component = "local_kopere_dashboard";