diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-08-25 07:51:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 07:51:43 +0200 |
commit | 9441fa568c4465aa58b78382d38d9c8cadf41078 (patch) | |
tree | 79de4d072d64347500d3cb6143b803be2feb50a9 /version.php | |
parent | 8612cece7fdbbb6b3dc24a325a2b6247c0c7cebc (diff) | |
parent | ce604576f1888d31ef4ab67d8df6755f294c9521 (diff) | |
download | nextcloud-server-9441fa568c4465aa58b78382d38d9c8cadf41078.tar.gz nextcloud-server-9441fa568c4465aa58b78382d38d9c8cadf41078.zip |
Merge pull request #40028 from nextcloud/release/27.1.0_beta_3v27.1.0beta3
27.1.0 beta 3
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 21136f146b0..4371396c7bc 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, 1, 0, 1]; +$OC_Version = [27, 1, 0, 2]; // The human-readable string -$OC_VersionString = '27.1.0 beta 2'; +$OC_VersionString = '27.1.0 beta 3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |