chore: indicate 0.3 dev in version

This commit is contained in:
Owen Voke
2020-08-19 16:48:20 +01:00
parent 57a1ccd213
commit bf79f7c63f

View File

@ -6,5 +6,5 @@ namespace Pest;
function version(): string
{
return '0.2.2';
return '0.3.x-dev';
}