Skip to content

Commit

Permalink
Version string update
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Feb 14, 2024
1 parent b8e5190 commit 77d9d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

final class PhpRunner
{
public const VERSION = '0.0.1';
public const VERSION = '0.1.0';
public const VERSION_STRING = 'phprunner/' . self::VERSION;
public const NAME = 'PhpRunner';
public const TITLE = 'PhpRunner - PHP application server';
Expand Down

0 comments on commit 77d9d4d

Please sign in to comment.