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-11 14:41:14 +0300
committerGitHub <noreply@github.com>2022-02-11 14:41:14 +0300
commit962241b6422deb803a90d28cadbeb25cccc6a3f6 (patch)
tree7c90805417be39ab9054c87587dcf3f122c68f2b
parent5380cebb49d898021cc5ba9124a3962452c550e0 (diff)
parente14a99976cd3577834bf6ec90605c5cecf161a99 (diff)
Merge pull request #31128 from nextcloud/release/21.0.9rc1v21.0.9rc1
21.0.9 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 54cb10f2858..fc71f47f7e3 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, 8, 3];
+$OC_Version = [21, 0, 9, 0];
// The human readable string
-$OC_VersionString = '21.0.9 RC0';
+$OC_VersionString = '21.0.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [