diff --git a/CHANGES.md b/CHANGES.md index 711f8224..49c0921a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Changes in version 5.0.8 (20240705) - Refreshing summer +------------------------------------------------------- +- Bundled dependencies updated: + - Moodle CS v3.4.10 + Changes in version 5.0.7 (20240614) - It's a small world -------------------------------------------------------- - Bundled dependencies updated: diff --git a/version.php b/version.php index e55bb685..b7910e49 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024061400; -$plugin->release = '5.0.7'; +$plugin->version = 2024070500; +$plugin->release = '5.0.8'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4). $plugin->component = 'local_codechecker';