8000 updated VERSION for 4.0.13 · symfony/symfony@89959a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89959a4

Browse files
committed
updated VERSION for 4.0.13
1 parent c710c74 commit 89959a4

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
@@ -63,12 +63,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
63 82AE 63
private $requestStackSize = 0;
6464
private $resetServices = false;
6565

66-
const VERSION = '4.0.13-DEV';
66+
const VERSION = '4.0.13';
6767
const VERSION_ID = 40013;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 0;
7070
const RELEASE_VERSION = 13;
71-
const EXTRA_VERSION = 'DEV';
71+
const EXTRA_VERSION = '';
7272

7373
const END_OF_MAINTENANCE = '07/2018';
7474
const END_OF_LIFE = '01/2019';

0 commit comments

Comments
 (0)
0