From d10ba721630f4d9bb216a8f79b73189c5c457980 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 30 Nov 2017 16:25:04 +0100 Subject: [PATCH] Release 12.0.4 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cab157d6564..1b23896c00e 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, 2); +$OC_Version = array(12, 0, 4, 3); // The human readable string -$OC_VersionString = '12.0.4 RC3'; +$OC_VersionString = '12.0.4'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5