Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-07-04 09:47:21 +0300
committerGitHub <noreply@github.com>2019-07-04 09:47:21 +0300
commit80cdd4cbea7e3e159e531fe50f39d8207f2ce19e (patch)
treef7c28b81c9f4137e7114d9d1904fa96d6f848384
parenta77a9b3c836eacbc7a33f5cb4ae1e6da8725fb55 (diff)
parent51f1291382999d8139b12dfd6887119c4a5a8612 (diff)
Merge pull request #16218 from nextcloud/version/noid/16.0.2v16.0.2
16.0.2
-rw-r--r--version.php4
1 files 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' => [