chore: release 1.1.0

This commit is contained in:
Nuno Maduro
2021-05-02 23:41:59 +01:00
parent a10428efe6
commit c6a2e3b4d0
2 changed files with 5 additions and 1 deletions

View File

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