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-03-16 15:40:52 +0300
committerGitHub <noreply@github.com>2022-03-16 15:40:52 +0300
commit1fb941fae5be8a8e4dd0850bd63c10f676aaab7e (patch)
treed9ddb98409af648cb164e7e639b2b9a7c70f3278
parent00e943640ac105cf4f76e51adc32e258930d410a (diff)
parente1015de562dc4e471204dc0c6da941a64d1d2cd5 (diff)
Merge pull request #31590 from nextcloud/release/22.2.6/rc2v22.2.6rc2
22.2.6 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 49055f46c8e..3b2d8078e2d 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, 6, 0];
+$OC_Version = [22, 2, 6, 1];
// The human readable string
-$OC_VersionString = '22.2.6 RC1';
+$OC_VersionString = '22.2.6 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [