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-08 15:39:20 +0300
committerGitHub <noreply@github.com>2021-04-08 15:39:20 +0300
commitbd555dbe8568b2509bd7d82fabbe38d76c86afbe (patch)
tree72c96f1c653e4229e69b561139ebdc1fefe766ac
parentae8b0ffdbc18f9c9ad371b47338ef146e2c3bf22 (diff)
parent58839f2923fd39c92c150e113e27831dba84fa02 (diff)
Merge pull request #26453 from nextcloud/version/21.0.1/finalv21.0.1
21.0.1 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 16a8c4c7bd3..2be3f8af7bb 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, 1, 0];
+$OC_Version = [21, 0, 1, 1];
// The human readable string
-$OC_VersionString = '21.0.1 RC1';
+$OC_VersionString = '21.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [