Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(release): Bump Server version to 29
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 23, 2023
commit 22343f9e58105e8f0932f76c6d90a88c192ff2ca
7 changes: 3 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +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 = [28, 0, 0, 6];
$OC_Version = [29, 0, 0, 0];

// The human-readable string
$OC_VersionString = '28.0.0 beta 4';
$OC_VersionString = '29.0.0 dev';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'27.0' => true,
'27.1' => true,
'28.0' => true,
'29.0' => true,
],
'owncloud' => [
'10.13' => true,
Expand Down