From 482a4fdb1802812a9ea005ddcea78c6fc23af3c8 Mon Sep 17 00:00:00 2001 From: smeghead Date: Thu, 7 Sep 2023 21:52:16 +0900 Subject: [PATCH] v1.2.1 Bug fix * fix to Avoid interdependencies Smeghead\PhpClassDiagram\Php and Smeghead\PhpClassDiagram\Php\Finders. --- src/Main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.php b/src/Main.php index 32df6d0..9e9363e 100644 --- a/src/Main.php +++ b/src/Main.php @@ -14,7 +14,7 @@ class Main { - const VERSION = 'v1.2.0'; + const VERSION = 'v1.2.1'; public function __construct(string $directory, Options $options) {