From 5125891e4cc4d3d8ff884d7dbb46e05b2f4a311a Mon Sep 17 00:00:00 2001 From: Eduardo Kraus Date: Sun, 7 Jan 2024 10:18:56 -0300 Subject: [PATCH] V 2.5.30 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index daf9244a..bf8024d2 100755 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023121500; // .. +$plugin->version = 2024010700; // .. $plugin->requires = 2015111610; // Moodle 3.0. -$plugin->release = '2.5.29'; +$plugin->release = '2.5.30'; $plugin->maturity = MATURITY_RC; $plugin->component = 'local_kopere_dashboard';