Merge branch 'MDL-65643' of git://github.com/stronk7/moodle

This commit is contained in:
Andrew Nicols 2019-05-20 14:24:49 +08:00
commit 8053b88145

View file

@ -146,7 +146,7 @@ abstract class backup implements checksumable {
/** /**
* Usually same than major release zero version, mainly for informative/historic purposes. * Usually same than major release zero version, mainly for informative/historic purposes.
*/ */
const RELEASE = '3.7'; const RELEASE = '3.8';
/** /**
* Cipher to be used in backup and restore operations. * Cipher to be used in backup and restore operations.