Browse Source

Merge branch '2.2' into 2.3

# Conflicts:
#	src/Console/Application.php
Dariusz Ruminski 7 years ago
parent
commit
76c6546947
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Application.php

+ 1 - 1
src/Console/Application.php

@@ -28,7 +28,7 @@ use Symfony\Component\Console\Command\ListCommand;
  */
 final class Application extends BaseApplication
 {
-    const VERSION = '2.3.2';
+    const VERSION = '2.3.3-DEV';
 
     public function __construct()
     {