8000 Update VERSION for 5.3.0-RC1 · symfony/symfony@f81797d · GitHub
[go: up one dir, main page]

Skip to content

Commit f81797d

Browse files
committed
Update VERSION for 5.3.0-RC1
1 parent f316833 commit f81797d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

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

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.3.0-DEV';
78+
public const VERSION = '5.3.0-RC1';
7979
public const VERSION_ID = 50300;
8080
public const MAJOR_VERSION = 5;
8181
public const MINOR_VERSION = 3;
8282
public const RELEASE_VERSION = 0;
83-
public const EXTRA_VERSION = 'DEV';
83+
public const EXTRA_VERSION = 'RC1';
8484

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

0 commit comments

Comments
 (0)
0