Skip to content

Commit

Permalink
(TAG 0.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kapciar committed Oct 30, 2018
1 parent d3a9c5d commit 9f4a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});
$container = new $class;

$application = new Application('DbChanger', '0.5.8');
$application = new Application('DbChanger', '0.5.9');
$application->add($container->getByType(Kapcus\DbChanger\Command\CheckCommand::class));
$application->add($container->getByType(Kapcus\DbChanger\Command\MarkCommand::class));
$application->add($container->getByType(Kapcus\DbChanger\Command\InitCommand::class));
Expand Down

0 comments on commit 9f4a187

Please sign in to comment.