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-04-14 23:01:41 +0300
committerGitHub <noreply@github.com>2022-04-14 23:01:41 +0300
commitdfbcd4e9601f4d0614d3262f15c201af7533cc93 (patch)
tree140b747df5037f3b2f4be3dc562208aab3382b0a
parentd455b2d21bc353cb1dc6e614b94e77ea5d372b15 (diff)
parenta157214cba430bdd1a559e8ac7b01e1edc1f8982 (diff)
Merge pull request #31958 from nextcloud/release/rc1/22.2.7v22.2.7rc1
22.2.7 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c5664ee92ec..aebfc373fea 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, 2];
+$OC_Version = [22, 2, 7, 0];
// The human readable string
-$OC_VersionString = '22.2.6';
+$OC_VersionString = '22.2.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [