From 5b25f00c2ec6e3bcea1d159b7c3dab2053a85573 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 30 Nov 2017 16:27:09 +0100 Subject: [PATCH] Release 11.0.6 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 3b9f4532e50..d09acbebb44 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, 6, 0); +$OC_Version = array(11, 0, 6, 1); // The human readable string -$OC_VersionString = '11.0.6 RC1'; +$OC_VersionString = '11.0.6'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [