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-05-28 17:20:44 +0300
committerGitHub <noreply@github.com>2020-05-28 17:20:44 +0300
commitc2e1a6dcb6d67d5de4a77812e1030caa5146e46b (patch)
tree787e3d10535f51f7dacf5c07f755ccaab68717bf
parent913ce60dc3353f1eb2b5fa3ab1f7077389c0f62c (diff)
parent2c2f7917d3ffa4d4a12c4011da42995c32e3479f (diff)
Merge pull request #21062 from nextcloud/version/17.0.7/RC1v17.0.7RC1
17.0.7 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2493614f0fa..9913dfe613e 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, 2);
+$OC_Version = array(17, 0, 7, 0);
// The human readable string
-$OC_VersionString = '17.0.6';
+$OC_VersionString = '17.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [