From 2e5688e89d8a339262d2b60cd948652fcaa67059 Mon Sep 17 00:00:00 2001 From: Eduardo Kraus Date: Mon, 10 Jul 2023 21:15:17 -0300 Subject: [PATCH] v2.5.20 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7c68894d..a0ddd216 100755 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023052000; // .. +$plugin->version = 2023071000; // .. $plugin->requires = 2015111610; // Moodle 3.0 -$plugin->release = '2.5.19'; +$plugin->release = '2.5.20'; $plugin->maturity = MATURITY_RC; $plugin->component = 'local_kopere_dashboard';