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-10 20:04:37 +0300
committerGitHub <noreply@github.com>2022-03-10 20:04:37 +0300
commitc6e67322fbb293223825896326b565fe5c8454f7 (patch)
treed9454a46403985a966ab8ff0c05b8b89a794e374
parentfd0e25ac708c873cbcfc1a9055e284441ce6e287 (diff)
parente706744a399687a7c4b8e9c19f4d2d0bcdc9d2c9 (diff)
Merge pull request #31505 from nextcloud/release/22.2.6/rc1v22.2.6rc1
22.2.6 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3c58ce2f025..49055f46c8e 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, 5, 2];
+$OC_Version = [22, 2, 6, 0];
// The human readable string
-$OC_VersionString = '22.2.5';
+$OC_VersionString = '22.2.6 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [