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-21 13:02:45 +0300
committerGitHub <noreply@github.com>2022-01-21 13:02:45 +0300
commitb72253c44aebee1ef77dec4e9cf970c305814d07 (patch)
tree4f00d07d35531ab87f838b35d00675bf461c7674 /version.php
parent592e5811a5a9f0f2aec7e42c4aff92f28c0be05d (diff)
parentdc21554b52250bb53c25d855403fe21552a2b144 (diff)
Merge pull request #30786 from nextcloud/fix-backport/30470/stable22
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index ff7c8801597..9b14e54a210 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 1];
+$OC_Version = [22, 2, 4, 2];
// The human readable string
$OC_VersionString = '22.2.4 RC2';