From 3c1b63c7d87c8393e79f2e383ce15291dd10bdcb Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sat, 20 Apr 2024 20:56:34 +0800 Subject: [PATCH] MDL-81615 backup: Bump release to 4.5 --- 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 2107a2829e7..66026f870bd 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.4'; + const RELEASE = '4.5'; /** * Cipher to be used in backup and restore operations.