Skip to content

Commit

Permalink
ownCloud 9.1.0 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Molkentin authored and blizzz committed Jun 9, 2016
1 parent 6ec2d12 commit bb67acf
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 @@ -25,10 +25,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, 1, 0, 7);
$OC_Version = array(9, 1, 0, 8);

// The human readable string
$OC_VersionString = '9.1.0 beta 1';
$OC_VersionString = '9.1.0 beta 2';

$OC_VersionCanBeUpgradedFrom = array(9, 0);

Expand Down

0 comments on commit bb67acf

Please sign in to comment.