8000 Bump Symfony version to 5.3.2 · symfony/symfony@64b5b4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 64b5b4a

Browse files
committed
Bump Symfony version to 5.3.2
1 parent 3c83f21 commit 64b5b4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.3.1';
79-
public const VERSION_ID = 50301;
78+
public const VERSION = '5.3.2-DEV';
79+
public const VERSION_ID = 50302;
8080
public const MAJOR_VERSION = 5;
8181
public const MINOR_VERSION = 3;
82-
public const RELEASE_VERSION = 1;
83-
public const EXTRA_VERSION = '';
82+
public const RELEASE_VERSION = 2;
83+
public const EXTRA_VERSION = 'DEV';
8484

8585
public const END_OF_MAINTENANCE = '01/2022';
8686
public const END_OF_LIFE = '01/2022';

0 commit comments

Comments
 (0)
0