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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-23 11:58:19 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-23 11:58:19 +0300
commit47b3c80a5aaaaf9edecf77e1d6fb01e41d29b09c (patch)
tree7ce2f2a7dac6aa8c896714a3377aa5157baae674 /version.php
parent092ff40f154b310c3c0397d87c7be30e1e7cbbc4 (diff)
22.0.0 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0eb90683894..dbecd27c450 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 = [22, 0, 0, 8];
+$OC_Version = [22, 0, 0, 9];
// The human readable string
-$OC_VersionString = '22.0.0 beta 5';
+$OC_VersionString = '22.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [