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@protonmail.com>2022-01-07 10:23:57 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-07 10:23:57 +0300
commitbefb85520ca987cca03f123b78b91152dc3170d9 (patch)
treefa30188990bfcd031f021ad0439eddaabf76402f
parent575b2978910e9e331eba4c2da195b2794f2d0de3 (diff)
22.2.4 RC1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-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' => [