release: v1.0.3

This commit is contained in:
Nuno Maduro
2021-03-13 11:07:57 +00:00
parent 3589f3d5e7
commit 4b65d2c426
2 changed files with 5 additions and 1 deletions

View File

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