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-11 11:15:51 +0300
committerGitHub <noreply@github.com>2021-02-11 11:15:51 +0300
commit1afa1360608cf5bdd8f197c523ceb21d92c9d758 (patch)
treeb4437e0dbe3e4732599d9ee89efeef520b1e9359
parenta858513eee0d96e8b7e67a63ed2c3e0ae811f97a (diff)
parent83d17b0fb4af1f7835e8b0bcf2583f5514b78264 (diff)
Merge pull request #25488 from nextcloud/version/21/rc2v21.0.0RC2
Version/21/rc2
-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' => [