From bc298914230290f4a0016a08b7e96b5975b53faf Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 9 Jul 2019 09:53:08 +0200 Subject: [PATCH] 16.0.3 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0635be65e59..c9620b4c719 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,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(16, 0, 2, 1); +$OC_Version = array(16, 0, 3, 0); // The human readable string -$OC_VersionString = '16.0.2'; +$OC_VersionString = '16.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5