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-03-16 14:34:04 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-16 14:34:04 +0300
commite1015de562dc4e471204dc0c6da941a64d1d2cd5 (patch)
tree60b2a01c57b0f8fad4a12db4c00a15c2e107908d
parentc8f0d0bc0ebd3a40ca609e338c195f2de0f96fd6 (diff)
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 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' => [