We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da7b32 commit 6d0e506Copy full SHA for 6d0e506
src/Trident/Component/HttpKernel/AbstractKernel.php
@@ -51,12 +51,12 @@ abstract class AbstractKernel implements HttpKernelInterface
51
protected $session;
52
protected $startTime;
53
54
- const VERSION = '1.0.5-alpha7';
+ const VERSION = '1.0.5-alpha8';
55
const VERSION_ID = '10005';
56
const MAJOR_VERSION = '1';
57
const MINOR_VERSION = '0';
58
const RELEASE_VERSION = '5';
59
- const EXTRA_VERSION = 'alpha7';
+ const EXTRA_VERSION = 'alpha8';
60
61
/**
62
* Constructor.
0 commit comments