Browse Source

bumped version

Dariusz Ruminski 4 years ago
parent
commit
98dd81994c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Application.php

+ 1 - 1
src/Console/Application.php

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    const VERSION = '2.17.3';
+    const VERSION = '2.17.4-DEV';
     const VERSION_CODENAME = 'Desert Beast';
 
     /**