diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/version.php b/version.php index e7b660177c3..7cf870d5d0a 100644 --- a/version.php +++ b/version.php @@ -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, |