Merge branch 'MDL-79625-master' of https://github.com/junpataleta/moodle

This commit is contained in:
Sara Arjona
2023-10-10 13:29:56 +02:00
+1 -1
View File
@@ -160,7 +160,7 @@ abstract class backup implements checksumable {
/**
* Usually same than major release zero version, mainly for informative/historic purposes.
*/
const RELEASE = '4.3';
const RELEASE = '4.4';
/**
* Cipher to be used in backup and restore operations.