summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-12-01 10:07:38 +0100
committerGitHub <noreply@github.com>2022-12-01 10:07:38 +0100
commit304aa0f539ffde8770262762a261345a89f06c4c (patch)
treee6c58377ccebe28754e0c857eae1bd4ad2357763
parentef09de47e91d2cfa6ff53baff9991f7c0e7be3d6 (diff)
parenta80a8c2920e1bf74393358239e68f4357903f665 (diff)
downloadnextcloud-server-24.0.8rc2.tar.gz
nextcloud-server-24.0.8rc2.zip
Merge pull request #35488 from nextcloud/release/24.0.8_rc2v24.0.8rc2
24.0.8 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 361e036202c..982b994f09a 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, 8, 0];
+$OC_Version = [24, 0, 8, 1];
// The human readable string
-$OC_VersionString = '24.0.8 RC1';
+$OC_VersionString = '24.0.8 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [