Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Dec 2, 2018
1 parent 13f2f2c commit 5100c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phab
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $output = $container->get(ConsoleOutput::class);

/** @var Application $application */
$application = $container->get(Application::class);
$application->setVersion('3.0.0-alpha.1');
$application->setVersion('3.0.0-alpha.2');
$application->setName('phabalicious');
$application->setDefaultCommand('list');

Expand Down

0 comments on commit 5100c10

Please sign in to comment.