summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-06-01 17:37:13 +0200
committerGitHub <noreply@github.com>2023-06-01 17:37:13 +0200
commit8c2cb58542db28a888d84d3c3007fc0045d74e7a (patch)
treebef0df96c1fe3250ce9dfe3cb03dd73af9dcba3a
parenta845fc739519926775dd461d24a874aad2b6ab82 (diff)
parent615e466017b68c70c1ea26fdb1011d48b63111d2 (diff)
downloadnextcloud-server-8c2cb58542db28a888d84d3c3007fc0045d74e7a.tar.gz
nextcloud-server-8c2cb58542db28a888d84d3c3007fc0045d74e7a.zip
Merge pull request #38559 from nextcloud/release/27.0.0_rc3v27.0.0rc3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 97094fdf951..0256730054d 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 = [27, 0, 0, 5];
+$OC_Version = [27, 0, 0, 6];
// The human-readable string
-$OC_VersionString = '27.0.0 RC2';
+$OC_VersionString = '27.0.0 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [