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-12 10:39:12 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-02-12 10:39:12 +0300
commit2163ac59d5db023202ad99c5d41b07b7a2e4b7d2 (patch)
treefa444438844c16ad5b6536e0db1bee4126f0cfcb
parenta15066b84094ca7c2f5269296bc7f58e9ecc25e1 (diff)
21 final
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 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' => [