Browse Source

bumped version

Dariusz Ruminski 1 year ago
parent
commit
be1b3fe6fd
2 changed files with 3 additions and 3 deletions
  1. 2 2
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 2 - 2
CHANGELOG.md

@@ -3,7 +3,7 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
-Changelog for v3.20.0
+Changelog for v3.21.0
 ---------------------
 
 * bug: Fix and enhance Gitlab reporter (#7089)
@@ -26,7 +26,7 @@ Changelog for v3.20.0
 * minor: Parse callable using full phpdoc grammar (#7094)
 * minor: PHP8.3 const type tokenizing (#7055)
 
-Changelog for v3.21.0
+Changelog for v3.20.0
 ---------------------
 
 * DX: fix priority of `FinalClassFixer` (#7091)

+ 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.21.0';
+    public const VERSION = '3.21.1-DEV';
     public const VERSION_CODENAME = 'Triangle';
 
     private ToolInfo $toolInfo;