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

This commit is contained in:
Ilya Tregubov 2023-04-24 14:05:01 +08:00
commit 008eb792c1

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.2';
const RELEASE = '4.3';
/**
* Cipher to be used in backup and restore operations.