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

This commit is contained in:
Andrew Nicols
2018-05-22 09:20:06 +08:00
+1 -1
View File
@@ -140,7 +140,7 @@ abstract class backup implements checksumable {
/**
* Usually same than major release zero version, mainly for informative/historic purposes.
*/
const RELEASE = '3.5';
const RELEASE = '3.6';
/**
* Cipher to be used in backup and restore operations.