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-04-01 21:23:43 +0300
committerGitHub <noreply@github.com>2021-04-01 21:23:43 +0300
commitfd6ffd025756c2a673d0f25dd2cfcdb356953530 (patch)
treec43eb43077612246be2017894914bad3cac5f4da
parent21e2be4fb344681848109b72536837b9d547b87d (diff)
parent5d8df1bed25294a750a19c0f0b20fe01da2e6646 (diff)
Merge pull request #26313 from nextcloud/version/21.0.1/RC1v21.0.1RC1
21.0.1 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 47b23ae2f7a..16a8c4c7bd3 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, 19];
+$OC_Version = [21, 0, 1, 0];
// The human readable string
-$OC_VersionString = '21.0.0';
+$OC_VersionString = '21.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [