Skip to content

Commit

Permalink
Merge pull request #366 from sasezaki/patch-1
Browse files Browse the repository at this point in the history
Fixed VERSION as 0.10
  • Loading branch information
sj-i authored Nov 26, 2023
2 parents 961e084 + 22e49b8 commit 278c3f6
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 278c3f6

Please sign in to comment.