8000 [HttpKernel] updated the VERSION to something more useful (closes #1096) · renegare/symfony@ce8718e · GitHub
[go: up one dir, main page]

Skip to content

Commit ce8718e

Browse files
committed
[HttpKernel] updated the VERSION to something more useful (closes symfony#1096)
1 parent 2286452 commit ce8718e

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
@@ -53,7 +53,7 @@ abstract class Kernel implements KernelInterface
5353
protected $startTime;
5454
protected $classes;
5555

56-
const VERSION = '2.0.0-DEV';
56+
const VERSION = '2.0.0-BETA5-DEV';
5757

5858
/**
5959
* Constructor.

0 commit comments

Comments
 (0)
0