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:
authorMorris Jobke <hey@morrisjobke.de>2019-05-09 18:02:56 +0300
committerGitHub <noreply@github.com>2019-05-09 18:02:56 +0300
commiteb40636aaf41d4f835bc3371aa043496c42f02f3 (patch)
treefa801a5ad0e526454185840585c40481ef5374ba
parent0d6a5ce302a92b4bb2bddb946efcee3d1466a11d (diff)
parentb48ad145894d7a236c8e2a02d1a8453cc2c16b73 (diff)
Merge pull request #15429 from nextcloud/version/16.0.1/RC1v16.0.1RC1
16.0.1 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6b7fd32dd78..eb605532c79 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, 9);
+$OC_Version = array(16, 0, 1, 0);
// The human readable string
-$OC_VersionString = '16.0.0';
+$OC_VersionString = '16.0.1 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [