From 3d709bb968f6015b2ddc38bd3e2d78f4e4cae8eb Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 17 Apr 2022 18:16:46 +0200 Subject: [PATCH] MDL-74509 backup: Bump release to 4.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 1a7ed5a537b..dbdd1a0bdf8 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.0'; + const RELEASE = '4.1'; /** * Cipher to be used in backup and restore operations.