From 1e494a22131c0f898e2c4717096de82ba419ec1b Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 2 Apr 2024 15:06:54 +0800 Subject: [PATCH] bump version --- src/SPC/ConsoleApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/ConsoleApplication.php b/src/SPC/ConsoleApplication.php index a869fef7..6cdc73bf 100644 --- a/src/SPC/ConsoleApplication.php +++ b/src/SPC/ConsoleApplication.php @@ -25,7 +25,7 @@ use Symfony\Component\Console\Command\ListCommand; */ final class ConsoleApplication extends Application { - public const VERSION = '2.1.6'; + public const VERSION = '2.1.7'; public function __construct() {