We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29fcea commit 089b710Copy full SHA for 089b710
src/Util/Options.php
@@ -3,7 +3,7 @@
3
namespace HackPack\HackUnit\Util;
4
5
final class Options {
6
- const string VERSION = '1.0-dev';
+ const string VERSION = '1.1';
7
8
public function __construct(
9
public \ConstSet<string> $includes,
0 commit comments