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-04-24 22:39:17 +0300
committerGitHub <noreply@github.com>2019-04-24 22:39:17 +0300
commit6781f9fc7652f735a75abd869ab3e79878fceec9 (patch)
treeac8a6697d69fa2e094d4c5118486897f17c7e844
parent9dfea7ed32ee87895563d1c3fd18e9a33eaa2754 (diff)
parent7b6073c424c2a1eed6daab5b5f471ad62f0b8cc1 (diff)
Merge pull request #15202 from nextcloud/version/16.0.0/finalv16.0.0
16.0.0 Final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f202a1409c7..6b7fd32dd78 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, 0, 8);
+$OC_Version = array(16, 0, 0, 9);
// The human readable string
-$OC_VersionString = '16.0.0 RC 2';
+$OC_VersionString = '16.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [