mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 10:00:03 +02:00
feat: adds --version option
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest;
|
||||
|
||||
function version(): string
|
||||
{
|
||||
return '0.2.2';
|
||||
}
|
||||
Reference in New Issue
Block a user