8000 fixed version · symfony/symfony@4a80f8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a80f8f

Browse files
committed
fixed version
1 parent 482d063 commit 4a80f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6464
private $resetServices = false;
6565

6666
const VERSION = '4.1.12';
67-
const VERSION_ID = 4.1.12;
67+
const VERSION_ID = 40112;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 1;
7070
const RELEASE_VERSION = 12;

0 commit comments

Comments
 (0)
0