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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-01 15:58:18 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-08-01 15:58:18 +0300
commitd9f4c0d081f763a73769355d86a161183db40985 (patch)
tree5372867c1d54d1289ffaf8b1f54b9c27b592bdf8
parent7d069cd30e1a54e2cfdfc64fed7f89a5b242a14a (diff)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 15a09d33667..d505423d86b 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, 3, 2];
+$OC_Version = [24, 0, 4, 0];
// The human readable string
-$OC_VersionString = '24.0.3';
+$OC_VersionString = '24.0.4rc1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [