Skip to content

Commit

Permalink
refs matomo-org#6075 moved migration script to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Dec 4, 2014
1 parent 3639b0e commit ccd58c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions core/Updates/2.9.1.php → core/Updates/2.10.0-b4.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@
use Piwik\Updates;

/**
* Update for version 2.9.1.
* Update for version 2.10.0-b4.
*/
class Updates_2_9_1 extends Updates
class Updates_2_10_0_b4 extends Updates
{

/**
* Here you can define any action that should be performed during the update. For instance executing SQL statements,
* renaming config entries, updating files, etc.
*/
static function update()
{
$pluginManager = \Piwik\Plugin\Manager::getInstance();
Expand Down
2 changes: 1 addition & 1 deletion core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
const VERSION = '2.10.0-b3';
const VERSION = '2.10.0-b4';
}

0 comments on commit ccd58c8

Please sign in to comment.