From 51f1291382999d8139b12dfd6887119c4a5a8612 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 3 Jul 2019 22:12:16 +0200 Subject: [PATCH] 16.0.2 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9189d5cea87..0635be65e59 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, 0); +$OC_Version = array(16, 0, 2, 1); // The human readable string -$OC_VersionString = '16.0.2 RC1'; +$OC_VersionString = '16.0.2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5