From 1688fea64c5956d4526356a662c2c1e6c7620feb Mon Sep 17 00:00:00 2001 From: "henning.bostelmann" Date: Thu, 1 Aug 2024 15:24:41 +0200 Subject: [PATCH] bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d3546445..274c96d0 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ */ $plugin->component = 'mod_scheduler'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2024072500; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2024080102; // The current module version (Date: YYYYMMDDXX). $plugin->release = '4.x dev'; // Human-friendly version name. $plugin->requires = 2023100905; // Requires Moodle 4.3. $plugin->maturity = MATURITY_ALPHA; // Development release - not for production use.