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-02-04 10:53:23 +0300
committerGitHub <noreply@github.com>2021-02-04 10:53:23 +0300
commitee8c35614a73891fb2f7ac5a215306ba879ce063 (patch)
treee03fe03d1808da8c5f3cda1c89e67bc36411f268
parent0ee17df26428b3190e5576d50781b3d11d71790e (diff)
parent43b101caebbc28d8e29e634fdb41e71fe94a677a (diff)
Merge pull request #25376 from nextcloud/version/21/rc1v21.0.0RC1
21 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 332dc686cc5..dd0e1c246df 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [21, 0, 0, 15];
+$OC_Version = [21, 0, 0, 16];
// The human readable string
-$OC_VersionString = '21.0.0 beta8';
+$OC_VersionString = '21.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [