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-22 22:24:51 +0300
committerGitHub <noreply@github.com>2020-04-22 22:24:51 +0300
commit1cab64d4a0f302935e16bff917234f7394b34150 (patch)
treed0e9bbb1606b4bf685d14399b588a0a490eaecd8
parent4534b197f630da21079029720d9a1afbc5a899b8 (diff)
parent68a0ee97d0098915d23243339ade6847b17be016 (diff)
Merge pull request #20581 from nextcloud/version/17.0.6/finalv17.0.6
17.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d8e20b0b38d..2493614f0fa 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, 1);
+$OC_Version = array(17, 0, 6, 2);
// The human readable string
-$OC_VersionString = '17.0.6 RC2';
+$OC_VersionString = '17.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [