diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:36:15 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:36:15 +0200 |
commit | e82cd99d69b6bb8954ca3a11332946945bf71fea (patch) | |
tree | 120773472ddf9541ac58610e33f744190b20a485 /version.php | |
parent | 9a7870bce6d13330942f8145a58020bfefe0a647 (diff) | |
download | nextcloud-server-e82cd99d69b6bb8954ca3a11332946945bf71fea.tar.gz nextcloud-server-e82cd99d69b6bb8954ca3a11332946945bf71fea.zip |
chore(release): Bump Major version in master branch to 28
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php index 09522d9aadc..5f477bf58b9 100644 --- a/version.php +++ b/version.php @@ -30,15 +30,15 @@ // 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, 3]; +$OC_Version = [28, 0, 0, 0]; // The human-readable string -$OC_VersionString = '27.0.0 beta 2'; +$OC_VersionString = '28.0.0 dev'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '26.0' => true, '27.0' => true, + '28.0' => true, ], 'owncloud' => [ '10.11' => true, |