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-08-11 10:28:58 +0300
committerGitHub <noreply@github.com>2022-08-11 10:28:58 +0300
commitfb9510ffed32c92dee60285157a69f09a10fe468 (patch)
tree10300e86091031b9653dc7c00c2e93a9b67aa775
parent0fbe0169a9a658e2e3c53060f1dc2c010269354b (diff)
parent9d269a23e070607a177a2f7c1cdf7193f85df5c2 (diff)
Merge pull request #33504 from nextcloud/release/24.0.4v24.0.4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d505423d86b..60128ceaf5c 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 = [24, 0, 4, 0];
+$OC_Version = [24, 0, 4, 1];
// The human readable string
-$OC_VersionString = '24.0.4rc1';
+$OC_VersionString = '24.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [