Bump version to 0.3

This commit is contained in:
Jansen Price 2020-08-31 01:05:14 -05:00
parent d8cb106997
commit 213722e602
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use Monolog\Handler\StreamHandler;
class Server
{
public static $version = "0.2";
public static $version = "0.3";
public $config;
public $cert;