From d33ecac29c772c0ddafdf7fd7770e43fbba31eed Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 17 Oct 2025 07:21:28 +0800 Subject: [PATCH] weekly on-sync release 5.2dev --- public/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/version.php b/public/version.php index f479ba0ee35..dffcc34b3dd 100644 --- a/public/version.php +++ b/public/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2025101700.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2025101700.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. $release = '5.2dev (Build: 20251017)'; // Human-friendly version name