Skip to content

Commit

Permalink
Merge pull request #310 from nextcloud/version-number
Browse files Browse the repository at this point in the history
Increase version to 9.0.52
  • Loading branch information
LukasReschke committed Jul 5, 2016
2 parents 179a9c2 + 04d88bc commit 6d9809e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(9, 0, 51, 1);
$OC_Version = array(9, 0, 52, 0);

// The human readable string
$OC_VersionString = '9.0.52 RC1';
$OC_VersionString = '9.0.52';

$OC_VersionCanBeUpgradedFrom = array(8, 2);

Expand Down

0 comments on commit 6d9809e

Please sign in to comment.