Skip to content

Commit 6d0e506

Browse files
committed
Incremented release version.
1 parent 5da7b32 commit 6d0e506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Trident/Component/HttpKernel/AbstractKernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ abstract class AbstractKernel implements HttpKernelInterface
5151
protected $session;
5252
protected $startTime;
5353

54-
const VERSION = '1.0.5-alpha7';
54+
const VERSION = '1.0.5-alpha8';
5555
const VERSION_ID = '10005';
5656
const MAJOR_VERSION = '1';
5757
const MINOR_VERSION = '0';
5858
const RELEASE_VERSION = '5';
59-
const EXTRA_VERSION = 'alpha7';
59+
const EXTRA_VERSION = 'alpha8';
6060

6161
/**
6262
* Constructor.

0 commit comments

Comments
 (0)