Skip to content

Commit

Permalink
Fixed version tag #131
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Jun 18, 2022
1 parent df983c4 commit 9d2f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Application extends BaseApplication
{
public const NAME = 'phplint';

public const VERSION = '5.0';
public const VERSION = '5.2.1';

public function __construct()
{
Expand Down

0 comments on commit 9d2f419

Please sign in to comment.