Browse Source

bumped version

Dariusz Ruminski 1 year ago
parent
commit
5ea7c200d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Application.php

+ 1 - 1
src/Console/Application.php

@@ -40,7 +40,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.43.1';
+    public const VERSION = '3.43.2-DEV';
     public const VERSION_CODENAME = 'Three Keys';
 
     private ToolInfo $toolInfo;