Update Pest.php

This commit is contained in:
Oliver Nybroe
2020-11-09 10:56:14 +01:00
committed by GitHub
parent 924e095dfc
commit 1bdd3f4908

View File

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