summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-12-08 16:28:33 +0100
committerGitHub <noreply@github.com>2023-12-08 16:28:33 +0100
commit478c8ca030333bb1e9d12a1020ec155488bafa65 (patch)
tree2ee49293aa28317a16087b6b2d375dd456455eaa
parente76713ba742928dac7c18fcba141383508e5f4e3 (diff)
parente989cc6867aeadfb8667e38d7015ae177f199fe0 (diff)
Merge pull request #42123 from nextcloud/release/28.0.0_rc4v28.0.0rc4
28.0.0 RC4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4344a01cde9..b34eaa7d46f 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/patch level
// when updating major/minor version number.
-$OC_Version = [28, 0, 0, 9];
+$OC_Version = [28, 0, 0, 10];
// The human-readable string
-$OC_VersionString = '28.0.0 RC3';
+$OC_VersionString = '28.0.0 RC4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [