Browse Source

bumped version

Dariusz Ruminski 8 months ago
parent
commit
123f99bc26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Application.php

+ 1 - 1
src/Console/Application.php

@@ -44,7 +44,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 final class Application extends BaseApplication
 {
     public const NAME = 'PHP CS Fixer';
-    public const VERSION = '3.59.2';
+    public const VERSION = '3.59.3-DEV';
     public const VERSION_CODENAME = '7th Gear';
 
     private ToolInfo $toolInfo;