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>2021-11-12 18:53:36 +0300
committerGitHub <noreply@github.com>2021-11-12 18:53:36 +0300
commitdad659ae720e3138a3c13580777e7a5cf4cf8743 (patch)
tree9ae041299d3b3c786e53de696c43efeae2d27b1f
parentb6adf296db35c596dd1b6cb956221d43a2a47498 (diff)
parentc22b5fa5a3935487fd1ac3077a43ad44344cccfd (diff)
Merge pull request #29687 from nextcloud/version/22.2.2/finalv22.2.2
22.2.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8d695c4ffcd..2555559093b 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, 1, 2];
+$OC_Version = [22, 2, 2, 0];
// The human readable string
-$OC_VersionString = '22.2.1';
+$OC_VersionString = '22.2.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [