MDL-62477 backup: Bump release to 3.6
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 16 May 2018 23:53:43 +0000 (01:53 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Wed, 16 May 2018 23:53:43 +0000 (01:53 +0200)
backup/backup.class.php

index 66e5ce8..c09fb9a 100644 (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.