There was an error while loading. Please reload this page.
1 parent fa03368 commit cdb3eccCopy full SHA for cdb3ecc
src/Symfony/Component/HttpKernel/Kernel.php
@@ -57,11 +57,11 @@ abstract class Kernel implements KernelInterface
57
protected $classes;
58
59
const VERSION = '2.0.19';
60
- const VERSION_ID = '20018';
+ const VERSION_ID = '20019';
61
const MAJOR_VERSION = '2';
62
const MINOR_VERSION = '0';
63
- const RELEASE_VERSION = '18';
64
- const EXTRA_VERSION = 'DEV';
+ const RELEASE_VERSION = '19';
+ const EXTRA_VERSION = '';
65
66
/**
67
* Constructor.
0 commit comments