From 2e447f4ef3984b193589db513d9972099f804650 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 10 Feb 2020 15:19:13 +0100 Subject: [PATCH] 18.0.1 RC3 Signed-off-by: Roeland Jago Douma --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0cb27c3751..b135215ce3 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(18, 0, 1, 1); +$OC_Version = array(18, 0, 1, 2); // The human readable string -$OC_VersionString = '18.0.1 RC2'; +$OC_VersionString = '18.0.1 RC3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [