Skip to content

Commit

Permalink
increase version to trigger db migration
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Nov 7, 2016
1 parent 5315ccd commit 7c52e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// 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, 2, 0, 5);
$OC_Version = array(9, 2, 0, 6);

// The human readable string
$OC_VersionString = '11.0 alpha';
Expand Down

0 comments on commit 7c52e1d

Please sign in to comment.