From 1fa35bcef3a5fbb8797dd3734108ba3b4ec33b72 Mon Sep 17 00:00:00 2001 From: Alex Runyan Date: Fri, 5 Jan 2024 13:12:18 -0500 Subject: [PATCH] Version 2.1.0 --- composer.json | 2 +- includes/bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();