From 27d3b7c02f0c863b2e5a9d3c518c57ffa2adff48 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 22 Jan 2018 11:29:36 +0100 Subject: [PATCH] 11.0.7 RC3 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a51377e918bd8..0317514970b39 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,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(11, 0, 7, 1); +$OC_Version = array(11, 0, 7, 2); // The human readable string -$OC_VersionString = '11.0.7 RC2'; +$OC_VersionString = '11.0.7 RC3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [