From 3640898e808bc50f8798b6eeb170e4e5bfd2344d Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 5 Aug 2017 12:59:53 +0200 Subject: [PATCH] Bump version to 12.0.5 Signed-off-by: Lukas Reschke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 310f83cfd5065..2e3a5b5d99623 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, 1, 4); +$OC_Version = array(12, 0, 1, 5); // The human readable string -$OC_VersionString = '12.0.1 RC5'; +$OC_VersionString = '12.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [