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-19 11:38:35 +0300
committerGitHub <noreply@github.com>2021-02-19 11:38:35 +0300
commit8985b7930653139859002eb3eca2852999ed8f0d (patch)
tree8b1f34beeb361f01474bba9ee8b08338e23a41d1
parent704dfee91881a131d924a8f450e8d9505f1d28be (diff)
parent2163ac59d5db023202ad99c5d41b07b7a2e4b7d2 (diff)
Merge pull request #25600 from nextcloud/version/21/finalv21.0.0
21 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7dd8d078dc5..d9b88f00bca 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, 17];
+$OC_Version = [21, 0, 0, 18];
// The human readable string
-$OC_VersionString = '21.0.0 RC2';
+$OC_VersionString = '21.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [