Skip to content

Commit 3f9d482

Browse files
committed
Incremented version number from Aegis update.
1 parent a5f661d commit 3f9d482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"kriswallsmith/assetic": "1.1.*",
2020
"psr/log": "~1.0",
2121
"robmorgan/phinx": "0.3.7",
22-
"strident/aegis": "1.0.0-alpha4",
22+
"strident/aegis": "1.0.0-alpha5",
2323
"strident/phimple": "2.0.1",
2424
"symfony/console": "2.5.*",
2525
"symfony/event-dispatcher": "2.5.*",

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.6-alpha3';
54+
const VERSION = '1.0.6-alpha4';
5555
const VERSION_ID = '10006';
5656
const MAJOR_VERSION = '1';
5757
const MINOR_VERSION = '0';
5858
const RELEASE_VERSION = '6';
59-
const EXTRA_VERSION = 'alpha3';
59+
const EXTRA_VERSION = 'alpha4';
6060

6161
/**
6262
* Constructor.

0 commit comments

Comments
 (0)