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-09-30 00:17:42 +0300
committerGitHub <noreply@github.com>2021-09-30 00:17:42 +0300
commit07e359b7de671a81a7baad701d4496a9f871a770 (patch)
treeac97ecd90cb70b6d98ea1df47dbd358b2d7aa5a0
parent115ae9814240a3aad4aa7446aaebef5436b4526b (diff)
parentdd9b0ea3d33be83895e10fbe252137c5f7e96337 (diff)
Merge pull request #28988 from nextcloud/version/22.2.0/finalv22.2.0
22.2.0
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index df7b4031eca..cc39cd0f830 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, 0, 1];
+$OC_Version = [22, 2, 0, 2];
// The human readable string
-$OC_VersionString = '22.2.0 RC2';
+$OC_VersionString = '22.2.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [