8000 updated VERSION for 2.0.25 · weaverryan/symfony@3968f00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3968f00

Browse files
committed
updated VERSION for 2.0.25
1 parent 40a77c1 commit 3968f00

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.24';
60-
const VERSION_ID = '20024';
59+
const VERSION = '2.0.25';
60+
const VERSION_ID = '20025';
6161
const MAJOR_VERSION = '2';
6262
const MINOR_VERSION = '0';
63-
const RELEASE_VERSION = '24';
63+
const RELEASE_VERSION = '25';
6464
const EXTRA_VERSION = '';
6565

6666
/**

0 commit comments

Comments
 (0)
0