From 90a048e38b1aaa5ca881cdca3a5df2220ce4dcf4 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 12 May 2019 23:48:17 +0200 Subject: [PATCH] MDL-65571 versions: main version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6999585e519..801328b2e2e 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2019051100.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2019051300.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.