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-10-06 11:30:43 +0300
committerGitHub <noreply@github.com>2022-10-06 11:30:43 +0300
commit3aabb381b9e7ffc5b13f951b8fb89494fe903a2c (patch)
tree56988a5daef625d66c9c7338804c4d7cc51e0ca6
parentde5451184e3016b5d1ca16e43613c83092ac23fa (diff)
parent13d94d191caede7171a94cbf7a1bb76ad6ad3376 (diff)
Merge pull request #34393 from nextcloud/release/24.0.6v24.0.6
24.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ea1c68a7884..d34ef954ebd 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, 6, 0];
+$OC_Version = [24, 0, 6, 1];
// The human readable string
-$OC_VersionString = '24.0.6 RC1';
+$OC_VersionString = '24.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [