Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed May 15, 2024
1 parent bb5cdcf commit a613e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

final class Server
{
public const VERSION = '0.2.1';
public const VERSION = '0.2.2';
public const VERSION_STRING = 'phpstreamserver/' . self::VERSION;
public const NAME = 'PHPStreamServer';
public const TITLE = '🌸 PHPStreamServer - PHP application server';
Expand Down

0 comments on commit a613e36

Please sign in to comment.