Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runyan-co committed May 10, 2023
1 parent 2db6ac1 commit d7ea481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://github.com/runyan-co/pm",
"bin": ["pm"],
"version": "1.1.7",
"version": "2.0.0",
"authors": [
{
"name": "Alex Runyan",
Expand Down
2 changes: 1 addition & 1 deletion includes/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Container::getInstance()
->when(\ProcessMaker\Cli\Application::class)
->needs('$version')
->give('1.1.7');
->give('2.0.0');

$app = \ProcessMaker\Cli\Facades\Application::getInstance();

Expand Down

0 comments on commit d7ea481

Please sign in to comment.