Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalopin committed Jan 29, 2018
1 parent ab62ceb commit 5cd7dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Application extends SymfonyApplication
{
const APPLICATION_NAME = 'SensioLabs Insight CLI';
const APPLICATION_VERSION = '1.4-dev';
const APPLICATION_VERSION = '1.5.1';

private $api;
private $apiConfig;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bin": ["bin/insight"],
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.5.x-dev"
}
}
}

0 comments on commit 5cd7dbe

Please sign in to comment.