From 41f76c86ea8d70363a65eec8dbf031e5f74ec834 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Thu, 4 Apr 2024 22:19:56 +0700 Subject: [PATCH] MDL-4188 core: Version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 0d2a6f22720..91aba1a526d 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024040200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024040200.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. $release = '4.4dev+ (Build: 20240402)'; // Human-friendly version name