diff options
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 4306647cb25..d4534d5451a 100644 --- a/version.php +++ b/version.php @@ -29,15 +29,15 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(17, 0, 0, 6); +$OC_Version = array(18, 0, 0, 0); // The human readable string -$OC_VersionString = '17.0.0 Beta 4'; +$OC_VersionString = '18.0.0 Alpha'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '16.0' => true, '17.0' => true, + '18.0' => true, ], 'owncloud' => [ ], |