From 800c81dc387c8b0b3a544a8df6f55c7e86625a9a Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 8 May 2018 14:47:29 +0800 Subject: [PATCH] MDL-61876 admin: Bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6366a489b1d..b72730af713 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2018050200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2018050800.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -- 2.43.0