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-20 13:38:54 +0300
committerGitHub <noreply@github.com>2022-06-20 13:38:54 +0300
commitb25810ea5173884285565297b8f1f29ed1b5ba01 (patch)
treed46139bc711810025cdf0e5c4034b2c6efb17208
parenta57359dc2c9c700d09aa32a86dd71a4bfdb9d7e9 (diff)
parentc23d051654f31934fbdd31e8daa93c68768c70d5 (diff)
Merge pull request #32914 from nextcloud/release/22.2.9v22.2.9
22.2.9
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7e59e98a69d..b8e93512f4b 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, 9, 0];
+$OC_Version = [22, 2, 9, 1];
// The human readable string
-$OC_VersionString = '22.2.9 RC1';
+$OC_VersionString = '22.2.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [