docs: update changelog

This commit is contained in:
Owen Voke
2020-12-27 11:36:24 +00:00
parent 60aea6798d
commit 26b2e3561a
2 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,5 @@ namespace Pest;
function version(): string
{
return '0.3.18';
return '0.3.19';
}