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-02-05 10:45:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-02-05 10:45:38 +0300
commit83d17b0fb4af1f7835e8b0bcf2583f5514b78264 (patch)
tree8d4299e69944c528b1e442d34e0d525fa77ddeb2
parent5ec0132c17609231fb8ecf6c0bcb2b1c713e1ad5 (diff)
21 RC2
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 dd0e1c246df..7dd8d078dc5 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, 16];
+$OC_Version = [21, 0, 0, 17];
// The human readable string
-$OC_VersionString = '21.0.0 RC1';
+$OC_VersionString = '21.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [