diff --git a/version.php b/version.php
index 743f03c7b0cfe14f504d6012ccdd185aef94d4f0..b882e073fd3c124d2a53200c9544bf09f76fce2e 100644
--- a/version.php
+++ b/version.php
@@ -29,9 +29,9 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2024041200.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2024041200.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
-$release  = '4.4dev+ (Build: 20240409)'; // Human-friendly version name
+$release  = '4.4beta (Build: 20240412)'; // Human-friendly version name
 $branch   = '404';                     // This version's branch.
-$maturity = MATURITY_ALPHA;             // This version's maturity level.
+$maturity = MATURITY_BETA;             // This version's maturity level.