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';