Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
Bug fix

 * fix to Avoid interdependencies Smeghead\PhpClassDiagram\Php and Smeghead\PhpClassDiagram\Php\Finders.
  • Loading branch information
smeghead committed Sep 7, 2023
1 parent 3aef891 commit 482a4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Main
{
const VERSION = 'v1.2.0';
const VERSION = 'v1.2.1';

public function __construct(string $directory, Options $options)
{
Expand Down

0 comments on commit 482a4fd

Please sign in to comment.