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>2020-09-11 09:56:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-09-17 19:14:37 +0300
commit5b00e21e303438656ee50e9660ef9228a63b18a0 (patch)
tree8fd9398a2f3f9c4d351491ea86a6fe2205cb2aab
parent7fcb754901a836fd8b9ce5d2c78008706c50b5c9 (diff)
20 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 bb27fba74fb..d817ce91ce7 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, 0, 6];
+$OC_Version = [20, 0, 0, 7];
// The human readable string
-$OC_VersionString = '20.0.0 Beta 4';
+$OC_VersionString = '20.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [