From 6f3e0dbe2b7de327737077880d8f67fbaa25bbd4 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 21 Apr 2017 12:11:50 +0200 Subject: [PATCH] Increase version to final 11.0.3 Signed-off-by: Lukas Reschke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1b040c58687..3701df0f518 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, 3, 1); +$OC_Version = array(11, 0, 3, 2); // The human readable string -$OC_VersionString = '11.0.3 RC2'; +$OC_VersionString = '11.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [