8000 updated VERSION for 2.0.24 · enumag/symfony@2f19dab · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f19dab

Browse files
committed
updated VERSION for 2.0.24
1 parent d22ac30 commit 2f19dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ abstract class Kernel implements KernelInterface
5656
protected $startTime;
5757
protected $classes;
5858

59-
const VERSION = '2.0.23';
60-
const VERSION_ID = '20023';
59+
const VERSION = '2.0.24';
60+
const VERSION_ID = '20024';
6161
const MAJOR_VERSION = '2';
6262
const MINOR_VERSION = '0';
63-
const RELEASE_VERSION = '23';
63+
const RELEASE_VERSION = '24';
6464
const EXTRA_VERSION = '';
6565

6666
/**

0 commit comments

Comments
 (0)
0