Browse Source

bumped version

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

+ 1 - 1
src/Console/Application.php

@@ -39,7 +39,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.18.0';
+    public const VERSION = '3.18.1-DEV';
     public const VERSION_CODENAME = 'Triangle';
 
     private ToolInfo $toolInfo;