diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-01 17:37:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 17:37:13 +0200 |
commit | 8c2cb58542db28a888d84d3c3007fc0045d74e7a (patch) | |
tree | bef0df96c1fe3250ce9dfe3cb03dd73af9dcba3a | |
parent | a845fc739519926775dd461d24a874aad2b6ab82 (diff) | |
parent | 615e466017b68c70c1ea26fdb1011d48b63111d2 (diff) | |
download | nextcloud-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.php | 4 |
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' => [ |