From f5a5be201c3c0f6cd03090c83cf2b49775fafe1d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 8 Jan 2018 16:21:43 +0100 Subject: [PATCH] 12.0.5 RC1 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1b23896c00e0b..5cdbe37ff0b9c 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(12, 0, 4, 3); +$OC_Version = array(12, 0, 5, 0); // The human readable string -$OC_VersionString = '12.0.4'; +$OC_VersionString = '12.0.5 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [