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