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-09-01 11:50:54 +0300
committerGitHub <noreply@github.com>2022-09-01 11:50:54 +0300
commit618bbe7d5c810ad49c8950d80ecf69ddebffbb87 (patch)
tree5f14c2337dd7be81f2162ffe0eb012c38c5ef9da
parent947328c75a6d5d5c048c6aa452c50e8d09e0a701 (diff)
parent282eea58e5c899ce34d3e3a14e0b639999b1deb1 (diff)
Merge pull request #33761 from nextcloud/release/24.0.5_rc1v24.0.5rc1
24.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 60128ceaf5c..c3886da442d 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, 1];
+$OC_Version = [24, 0, 5, 0];
// The human readable string
-$OC_VersionString = '24.0.4';
+$OC_VersionString = '24.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [