From 460e3e9c8d145c5ce62f4aa67302eed3068c3e25 Mon Sep 17 00:00:00 2001
From: Jun Pataleta <jun@moodle.com>
Date: Sat, 22 Apr 2023 23:06:58 +0800
Subject: [PATCH] MDL-78001 backup: Bump release to 4.3

---
 backup/backup.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backup/backup.class.php b/backup/backup.class.php
index c12630e7192..9e3053bbe57 100644
--- a/backup/backup.class.php
+++ b/backup/backup.class.php
@@ -160,7 +160,7 @@ abstract class backup implements checksumable {
     /**
      * Usually same than major release zero version, mainly for informative/historic purposes.
      */
-    const RELEASE = '4.2';
+    const RELEASE = '4.3';
 
     /**
      * Cipher to be used in backup and restore operations.