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:
authorblizzz <blizzz@arthur-schiwon.de>2022-02-15 17:04:22 +0300
committerGitHub <noreply@github.com>2022-02-15 17:04:22 +0300
commitc674a20ddbfa5f64ffd69d9d668842e9882c2033 (patch)
tree4ad23828d8a36d3eb19146080cc7594a0cd920e6
parentb19c6f290fc66159c50528e14b6bbd1eeb8bc146 (diff)
parentd59d86fb664670a2461f7dd1733fdf87b972cc0a (diff)
Merge pull request #31189 from nextcloud/release/21.0.9v21.0.9
21.0.9
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index fc71f47f7e3..46035386370 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, 9, 0];
+$OC_Version = [21, 0, 9, 1];
// The human readable string
-$OC_VersionString = '21.0.9 RC1';
+$OC_VersionString = '21.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [