Skip to content

Commit 006a49f

Browse files
committed
Update VERSION for 6.4.34
1 parent 291e76d commit 006a49f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7777
*/
7878
private static array $freshCache = [];
7979

80-
public const VERSION = '6.4.34-DEV';
80+
public const VERSION = '6.4.34';
8181
public const VERSION_ID = 60434;
8282
public const MAJOR_VERSION = 6;
8383
public const MINOR_VERSION = 4;
8484
public const RELEASE_VERSION = 34;
85-
public const EXTRA_VERSION = 'DEV';
85+
public const EXTRA_VERSION = '';
8686

8787
public const END_OF_MAINTENANCE = '11/2026';
8888
public const END_OF_LIFE = '11/2027';

0 commit comments

Comments
 (0)