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-06-13 22:17:40 +0300
committerGitHub <noreply@github.com>2022-06-13 22:17:40 +0300
commitf2036e8ff8b86cfe23930790406e6c3e2d0ffc48 (patch)
tree3d4d19f766c3a4e99e37e90c7997b68c2baf0675
parent5130bf736f6726b84657caca61ba203954fa6c6f (diff)
parent8d783681a5e0083507c3216fc62f46e1ce849428 (diff)
Merge pull request #32783 from nextcloud/release/22.2.9_rc1v22.2.9rc1
22.2.9 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2af606258de..7e59e98a69d 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, 2, 8, 1];
+$OC_Version = [22, 2, 9, 0];
// The human readable string
-$OC_VersionString = '22.2.8';
+$OC_VersionString = '22.2.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [