Skip to content

Commit 04886a7

Browse files
committed
chore: set release version number
1 parent 1a44096 commit 04886a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DevToolsApplication.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
final class DevToolsApplication extends Application
1717
{
18-
public const VERSION = '2.x-dev';
18+
public const VERSION = '2.2.2';
1919

2020
public function __construct(public readonly Configuration $configuration = new Configuration())
2121
{

0 commit comments

Comments
 (0)