Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runyan-co committed Jan 5, 2024
1 parent 35f4549 commit 1fa35bc
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": "2.0.1",
"version": "2.1.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('2.0.1');
->give('2.1.0');

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

Expand Down

0 comments on commit 1fa35bc

Please sign in to comment.