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-01-17 14:19:34 +0300
committerGitHub <noreply@github.com>2022-01-17 14:19:34 +0300
commitbc81ebd496903946267b333b04df49005e007ac8 (patch)
tree258df63ae94fc70e5dac9f66aba491420a287587
parentd316e5a49bfe49bb1738bb34b2e9ba66d7e0ef15 (diff)
parent7b97a229e61adb39047f58202c90dfe9e3444302 (diff)
Merge pull request #30679 from nextcloud/release/22.2.4rc2v22.2.4rc2
22.2.4 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d9a20e5e76b..ff7c8801597 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, 4, 0];
+$OC_Version = [22, 2, 4, 1];
// The human readable string
-$OC_VersionString = '22.2.4 RC1';
+$OC_VersionString = '22.2.4 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [