Browse Source

bumped version

Dariusz Ruminski 3 years ago
parent
commit
919e0c6cdb
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.18.5';
+    const VERSION = '2.18.6-DEV';
     const VERSION_CODENAME = 'Remote Void';
 
     /**