Skip to content

Commit c41fc5f

Browse files
committed
chore: set release version number
1 parent bc17522 commit c41fc5f

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
@@ -19,7 +19,7 @@
1919

2020
final class DevToolsApplication extends Application
2121
{
22-
public const VERSION = '2.x-dev';
22+
public const VERSION = '2.1.0';
2323

2424
public function __construct(public readonly Configuration $configuration = new Configuration())
2525
{

0 commit comments

Comments
 (0)