docs: updates changelog

This commit is contained in:
Nuno Maduro
2020-08-27 22:47:10 +02:00
parent 360eeb4c7d
commit 0398d4223b
3 changed files with 11 additions and 2 deletions

View File

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