This commit is contained in:
Víctor Déniz Falcón 2020-06-15 15:55:22 +01:00
commit bc0b4ec7f4

View file

@ -160,7 +160,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.9'; const RELEASE = '4.0';
/** /**
* Cipher to be used in backup and restore operations. * Cipher to be used in backup and restore operations.