diff --git a/composer.json b/composer.json index fa5cc85..9664d5b 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/includes/bootstrap.php b/includes/bootstrap.php index 97a42e7..b7656fa 100644 --- a/includes/bootstrap.php +++ b/includes/bootstrap.php @@ -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();