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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-07 17:24:36 +0300
committerGitHub <noreply@github.com>2022-01-07 17:24:36 +0300
commite379532d53b5edd8d0ed1ea0f1fb774971ac3978 (patch)
treef0c046e7f35d571b25c04b4bce8de4b9c94ae65a
parentf9c6a106f4ec158dead4234d6e35f8040797d5e7 (diff)
parentbefb85520ca987cca03f123b78b91152dc3170d9 (diff)
Merge pull request #30519 from nextcloud/release/22.2.4v22.2.4rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 91565d5b308..d9a20e5e76b 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, 3, 0];
+$OC_Version = [22, 2, 4, 0];
// The human readable string
-$OC_VersionString = '22.2.3';
+$OC_VersionString = '22.2.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [