diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-05-09 10:13:35 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-05-09 10:13:35 +0200 |
commit | 671c4cbbee9fcb150aae750952a4ceb6765a5042 (patch) | |
tree | b52092837ee516b4f40c1af6c1d8f1e57ac6fca7 /version.php | |
parent | 14a468f326a105c288f105492a7221fc2e27d3e2 (diff) | |
download | nextcloud-server-671c4cbbee9fcb150aae750952a4ceb6765a5042.tar.gz nextcloud-server-671c4cbbee9fcb150aae750952a4ceb6765a5042.zip |
27.0.0 beta 2
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
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 d56a5d3cd6e..d6c804ffa63 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, 2]; + // The human-readable string -$OC_VersionString = '27.0.0 beta 1'; +$OC_VersionString = '27.0.0 beta 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |