Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Mar 22, 2024
1 parent e77823c commit 401d834
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.1.0';
public const VERSION = '0.2.0';
public const VERSION_STRING = 'phpstreamserver/' . self::VERSION;
public const NAME = 'PHPStreamServer';
public const TITLE = '🌸 PHPStreamServer - PHP application server';
Expand Down

0 comments on commit 401d834

Please sign in to comment.