From f679e7d07ae0657ee0e808b3ae494cde52b63204 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sun, 13 Apr 2025 18:31:09 +0800 Subject: [PATCH] MDL-85186 backup: Bump release to 5.1 --- 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 985a2de9ac4..c6b3636f68f 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -159,7 +159,7 @@ abstract class backup implements checksumable { /** * Usually same than major release zero version, mainly for informative/historic purposes. */ - const RELEASE = '5.0'; + const RELEASE = '5.1'; /** * Cipher to be used in backup and restore operations.