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-05-17 01:23:13 +0300
committerGitHub <noreply@github.com>2022-05-17 01:23:13 +0300
commit55a4282493010d0916fcbe8415d2dc7736d9bde9 (patch)
tree8bac69efffd1a8a54d5d75d71782872d85945e82
parent8bb0e1e00c2ddc683168345d8aa88fc256481fc6 (diff)
parentd15f8d2557acab814e84471498c2d86795502cc4 (diff)
Merge pull request #32418 from nextcloud/releases/24.0.1/rc1v24.0.1rc1
24.0.1 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9657d204a72..3d2318dd3ef 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, 0, 12];
+$OC_Version = [24, 0, 1, 0];
// The human readable string
-$OC_VersionString = '24.0.0';
+$OC_VersionString = '24.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [