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 <roeland@famdouma.nl>2021-01-19 14:53:06 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-01-19 15:48:34 +0300
commitc442f4916272afc92412cfb59833e67882256946 (patch)
tree6259066050a3b5e7283f12cf6164126afb960508
parent8395819a9353bae580c91ca04fab729238e0e1a1 (diff)
20.0.6 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [