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>2021-01-19 16:52:34 +0300
committerGitHub <noreply@github.com>2021-01-19 16:52:34 +0300
commit0855173ae157bee95e59432566d2f9cdd54b9ed0 (patch)
tree6259066050a3b5e7283f12cf6164126afb960508
parent8395819a9353bae580c91ca04fab729238e0e1a1 (diff)
parentc442f4916272afc92412cfb59833e67882256946 (diff)
Merge pull request #25203 from nextcloud/version/20.0.6/RC1v20.0.6RC1
20.0.6 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 93c59b2d5c1..f0652e04822 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 = [20, 0, 5, 2];
+$OC_Version = [20, 0, 6, 0];
// The human readable string
-$OC_VersionString = '20.0.5';
+$OC_VersionString = '20.0.6 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [