8000 updated VERSION for 4.4.0-BETA2 · symfony/symfony@8c47650 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c47650

Browse files
committed
updated VERSION for 4.4.0-BETA2
1 parent e8325ed commit 8c47650

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
@@ -74,12 +74,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7474
private $requestStackSize = 0;
7575
private $resetServices = false;
7676

77-
const VERSION = '4.4.0-DEV';
77+
const VERSION = '4.4.0-BETA2';
7878
const VERSION_ID = 40400;
7979
const MAJOR_VERSION = 4;
8080
const MINOR_VERSION = 4;
8181
const RELEASE_VERSION = 0;
82-
const EXTRA_VERSION = 'DEV';
82+
const EXTRA_VERSION = 'BETA2';
8383

8484
const END_OF_MAINTENANCE = '11/2022';
8585
const END_OF_LIFE = '11/2023';

0 commit comments

Comments
 (0)
0