Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ff74b2

Browse files
committed
Bump Symfony version to 8.1.0
1 parent 6096dcd commit 4ff74b2

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
@@ -45,12 +45,12 @@ abstract class Kernel extends AbstractKernel implements KernelInterface, Reboota
4545
private bool $resetServices = false;
4646
private bool $handlingHttpCache = false;
4747

48-
public const VERSION = '8.1.0-BETA1';
48+
public const VERSION = '8.1.0-DEV';
4949
public const VERSION_ID = 80100;
5050
public const MAJOR_VERSION = 8;
5151
public const MINOR_VERSION = 1;
5252
public const RELEASE_VERSION = 0;
53-
public const EXTRA_VERSION = 'BETA1';
53+
public const EXTRA_VERSION = 'DEV';
5454

5555
public const END_OF_MAINTENANCE = '01/2027';
5656
public const END_OF_LIFE = '01/2027';

0 commit comments

Comments
 (0)