From 953a5844efcc7007c4a6270b762ea9589fcbb9b1 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 17 Nov 2019 11:25:40 +0100 Subject: [PATCH] MDL-67283 backup: Bump release to 3.9 --- 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 ed639c5d6ff..ddea0891256 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -146,7 +146,7 @@ abstract class backup implements checksumable { /** * Usually same than major release zero version, mainly for informative/historic purposes. */ - const RELEASE = '3.8'; + const RELEASE = '3.9'; /** * Cipher to be used in backup and restore operations.