Browse Source

bumped version

Dariusz Ruminski 3 years ago
parent
commit
7c1dff08d3
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.0.1';
+    public const VERSION = '3.0.2-DEV';
     public const VERSION_CODENAME = 'Constitution';
 
     /**