From 42afb6c2ac7b70cc8c9a4e1ab5001f2ff64549d7 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 7 Feb 2018 07:57:18 +0100 Subject: [PATCH] MDL-52811 version: Bump to update system capabilities and lang str --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8ffb816e3e7..c1735e09860 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2018020600.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2018020600.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.