From 364ccb771a8daeba0f28a3e469fae6725dd3871e Mon Sep 17 00:00:00 2001 From: David Monllao Date: Tue, 27 Jun 2017 18:37:15 +0200 Subject: [PATCH] MDL-57734 version: Bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index acf34f561cb..ac1ca3eb19c 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017062200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2017062200.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.