We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7091d commit 5da7b32Copy full SHA for 5da7b32
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-alpha6';
+ const VERSION = '1.0.5-alpha7';
55
const VERSION_ID = '10005';
56
const MAJOR_VERSION = '1';
57
const MINOR_VERSION = '0';
58
const RELEASE_VERSION = '5';
59
- const EXTRA_VERSION = 'alpha6';
+ const EXTRA_VERSION = 'alpha7';
60
61
/**
62
* Constructor.
0 commit comments