From f6573ca72e9ab5d2989024e1717953238390603b Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Nov 2017 11:43:33 +0100 Subject: [PATCH] 12.0.4 RC Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8ab59760128..0227815bd82 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, 3, 3); +$OC_Version = array(12, 0, 4, 0); // The human readable string -$OC_VersionString = '12.0.3'; +$OC_VersionString = '12.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5