8000 updated VERSION for 5.0.4 · enflow/symfony@3c21b02 · GitHub
[go: up one dir, main page]

8000
Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 3c21b02

Browse files
committed
updated VERSION for 5.0.4
1 parent dca60a1 commit 3c21b02

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
5533
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6868

6969
private static $freshCache = [];
7070

71-
const VERSION = '5.0.4-DEV';
71+
const VERSION = '5.0.4';
7272
const VERSION_ID = 50004;
7373
const MAJOR_VERSION = 5;
7474
const MINOR_VERSION = 0;
7575
const RELEASE_VERSION = 4;
76-
const EXTRA_VERSION = 'DEV';
76+
const EXTRA_VERSION = '';
7777

7878
const END_OF_MAINTENANCE = '07/2020';
7979
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)
0