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-03-26 12:35:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-03-26 12:35:05 +0300
commit5d8df1bed25294a750a19c0f0b20fe01da2e6646 (patch)
treef0731d1ec2a1f1ec669c955d5c01da8234b276f2
parent9a4cbba7f6ef355605988c6b812a1282b35cfe79 (diff)
21.0.1 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 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' => [