From 97800d7e704e2d28c4299cf37125f917517f89bf Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 9 Jun 2020 16:24:58 +0200 Subject: [PATCH] MDL-68973 versions: main version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 386a576e997..f61484ffaa7 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020060900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2020061000.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. $release = '3.9rc1 (Build: 20200609)'; // Human-friendly version name -- 2.43.0