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-18 11:27:28 +0300
committerGitHub <noreply@github.com>2019-04-18 11:27:28 +0300
commitdfb25771713744cf15686f6f2036f11c7be6a8b4 (patch)
tree97eeee3203bdd64849d3f7023483349b7bc35573
parent4ad74937dc4c25661703f7a60e2672fd24b698c6 (diff)
parent9a34ccb1e1b314d8537811c075648c1169973818 (diff)
Merge pull request #15137 from nextcloud/version/16.0.0/rc216.0.0RC2
16.0.0 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 596cfc2bf19..f202a1409c7 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, 7);
+$OC_Version = array(16, 0, 0, 8);
// The human readable string
-$OC_VersionString = '16.0.0 RC 1';
+$OC_VersionString = '16.0.0 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [