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

Skip to content

Commit 20933da

Browse files
committed
updated VERSION for 5.0.0-BETA2
1 parent d7fc027 commit 20933da

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
@@ -66,12 +66,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6666
private $requestStackSize = 0;
6767
private $resetServices = false;
6868

69-
const VERSION = '5.0.0-DEV';
69+
const VERSION = '5.0.0-BETA2';
7070
const VERSION_ID = 50000;
7171
const MAJOR_VERSION = 5;
7272
const MINOR_VERSION = 0;
7373
const RELEASE_VERSION = 0;
74-
const EXTRA_VERSION = 'DEV';
74+
const EXTRA_VERSION = 'BETA2';
7575

7676
const END_OF_MAINTENANCE = '07/2020';
7777
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)