summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-08-13 09:34:17 +0200
committerGitHub <noreply@github.com>2024-08-13 09:34:17 +0200
commit7455a5c5ccd7da0c7f6412b98c4b02a0ae290d11 (patch)
tree6558131f099c8bee8e0259a8c3b6d335809925ac
parentc0362d46712b3128c721594cac228bd5a0ecd10c (diff)
parent590f8ae2b57a571793dc3867d3ee816525fb3771 (diff)
downloadnextcloud-server-7455a5c5ccd7da0c7f6412b98c4b02a0ae290d11.tar.gz
nextcloud-server-7455a5c5ccd7da0c7f6412b98c4b02a0ae290d11.zip
Merge pull request #47130 from nextcloud/release/28.0.9_rc1v28.0.9rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index afe6fa7cebe..8898fcb0030 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, 8, 1];
+$OC_Version = [28, 0, 9, 0];
// The human-readable string
-$OC_VersionString = '28.0.8';
+$OC_VersionString = '28.0.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [