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>2020-04-20 23:32:53 +0300
committerGitHub <noreply@github.com>2020-04-20 23:32:53 +0300
commit08cf8b3b23977578ddb152971ea105f2cd12139c (patch)
treeb2e6f7b4917289a074c5419c211b4dd618deb474
parentbdcaff0f4887148038021de18acdeff36628e6f8 (diff)
parentb460bcb52e3912c18da4ab697ff015cf6c9d4e35 (diff)
Merge pull request #20546 from nextcloud/version/17.0.6/RC2v17.0.6RC2
17.0.6 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1a2c20443b7..d8e20b0b38d 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(17, 0, 6, 0);
+$OC_Version = array(17, 0, 6, 1);
// The human readable string
-$OC_VersionString = '17.0.6 RC1';
+$OC_VersionString = '17.0.6 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [