summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2023-01-11 13:31:51 +0100
committerGitHub <noreply@github.com>2023-01-11 13:31:51 +0100
commit151f7195c03f8f48f5fcdcb966956fa504c3d2bc (patch)
tree1a1629abbb81be936ef31d9f2cfb0c7652219cdd
parent8b5831497ff5d64a35934d09a602363697bac3ff (diff)
parentd986bda4b060b67992806b44e5bc304e7baee85b (diff)
downloadnextcloud-server-24.0.9rc2.tar.gz
nextcloud-server-24.0.9rc2.zip
Merge pull request #36080 from nextcloud/release/24.0.9_rc2v24.0.9rc2
24.0.9 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3b5599c70e8..5becb838920 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, 9, 0];
+$OC_Version = [24, 0, 9, 1];
// The human readable string
-$OC_VersionString = '24.0.9 RC1';
+$OC_VersionString = '24.0.9 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [