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>2022-06-09 15:24:44 +0300
committerblizzz (Rebase PR Action) <blizzz@users.noreply.github.com>2022-06-13 21:19:51 +0300
commit8d783681a5e0083507c3216fc62f46e1ce849428 (patch)
tree3d4d19f766c3a4e99e37e90c7997b68c2baf0675
parent5130bf736f6726b84657caca61ba203954fa6c6f (diff)
22.2.9 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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' => [