Skip to content

Commit

Permalink
Fixed VERSION as 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki authored Nov 26, 2023
1 parent 961e084 commit 22e49b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReliProfiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class ReliProfiler
{
public const TOOL_NAME = 'reli';
public const VERSION = '0.9.0';
public const VERSION = '0.10.0';

public static function toolSignature(): string
{
Expand Down

0 comments on commit 22e49b8

Please sign in to comment.