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-10-01 11:31:20 +0300
committerGitHub <noreply@github.com>2020-10-01 11:31:20 +0300
commitf181ede81e4394dbf9c29fdfc7ec63937d13cb95 (patch)
tree8bb8b17b0acf6e264fda63f620f82be2546961e0
parentd475a3c09bce3a8a47b4fc11b70dd25338d1e0be (diff)
parent73cae1a70987b2f2ff59f8be1e6412a2761c20de (diff)
Merge pull request #23075 from nextcloud/version/17.0.10/rc1v17.0.10RC1
17.0.10 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 255e52ddbfb..0df4ba5134f 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, 9, 2);
+$OC_Version = array(17, 0, 10, 0);
// The human readable string
-$OC_VersionString = '17.0.9';
+$OC_VersionString = '17.0.10RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [