diff --git a/version.php b/version.php index 4a8999c6..9a5ed4c9 100755 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023072900; // .. +$plugin->version = 2023090400; // .. $plugin->requires = 2015111610; // Moodle 3.0. -$plugin->release = '2.5.23'; +$plugin->release = '2.5.24'; $plugin->maturity = MATURITY_RC; $plugin->component = 'local_kopere_dashboard';