From 83b4c96cad30c11a145d68bcf5da659b79bf1ff0 Mon Sep 17 00:00:00 2001
From: Andrew Nicols <andrew@nicols.co.uk>
Date: Sat, 23 Sep 2023 21:38:52 +0800
Subject: [PATCH] Moodle release 4.3beta

---
 version.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/version.php b/version.php
index 382fe39872b..6390b3b590e 100644
--- a/version.php
+++ b/version.php
@@ -29,9 +29,9 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2023092000.01;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2023092300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
-$release  = '4.3dev+ (Build: 20230920)'; // Human-friendly version name
+$release  = '4.3beta (Build: 20230923)'; // Human-friendly version name
 $branch   = '403';                     // This version's branch.
-$maturity = MATURITY_ALPHA;             // This version's maturity level.
+$maturity = MATURITY_BETA;             // This version's maturity level.