From b3e4e2fd755a245f9017fa509ed8803fc4ebe2c7 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Thu, 7 Nov 2024 17:43:06 +1100 Subject: [PATCH] Bump version for the plugin directory --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cc29c9a..ee6c2ef 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_dynamic_cohorts'; -$plugin->release = 2024110700; -$plugin->version = 2024110700; +$plugin->release = 2024110701; +$plugin->version = 2024110701; $plugin->requires = 2022112800; $plugin->supported = [404, 405]; $plugin->maturity = MATURITY_STABLE;