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-08 12:52:04 +0300
committerGitHub <noreply@github.com>2022-09-08 12:52:04 +0300
commite712fab1daf99ad6d1d48f9e851f3a4f90166649 (patch)
tree217b7b693953b2730d804dbebf2d7ee37b94f391
parentf8a4f8027f272092abafac4776addb69b0a2e307 (diff)
parent866be500929dfeff3080950531e7082eb560ad4f (diff)
Merge pull request #33912 from nextcloud/release/24.0.5v24.0.5
24.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c3886da442d..1ec00d9c317 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, 5, 0];
+$OC_Version = [24, 0, 5, 1];
// The human readable string
-$OC_VersionString = '24.0.5 RC1';
+$OC_VersionString = '24.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [