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-27 22:53:49 +0300
committerGitHub <noreply@github.com>2022-01-27 22:53:49 +0300
commitfb5dbd80594c2c84fbd7fd33f04cea752e619aad (patch)
tree42279009668cc7a07cfb1314e057b4c198d737a3
parentc0b29720e1abb30b37056fd6fc377b87d0dcb362 (diff)
parent2ac2075d0333c7cc79f01574c8030a6eeacd2bd2 (diff)
Merge pull request #30839 from nextcloud/releases/22.2.4v22.2.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d6f0663e284..1b8d3321216 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, 2];
+$OC_Version = [22, 2, 4, 3];
// The human readable string
-$OC_VersionString = '22.2.4 RC3';
+$OC_VersionString = '22.2.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [