Skip to content

Commit 2864469

Browse files
committed
Updated Aegis version.
1 parent 59faddb commit 2864469

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
"doctrine/orm": "2.5.*@dev",
2020
"kriswallsmith/assetic": "1.1.*",
2121
"psr/log": "~1.0",
22-
"strident/aegis": "1.0.0-alpha2",
22+
"strident/aegis": "1.0.0-alpha3",
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
@@ -49,12 +49,12 @@ abstract class AbstractKernel implements HttpKernelInterface
4949
protected $session;
5050
protected $startTime;
5151

52-
const VERSION = '1.0.5-alpha4';
52+
const VERSION = '1.0.5-alpha5';
5353
const VERSION_ID = '10005';
5454
const MAJOR_VERSION = '1';
5555
const MINOR_VERSION = '0';
5656
const RELEASE_VERSION = '5';
57-
const EXTRA_VERSION = 'alpha4';
57+
const EXTRA_VERSION = 'alpha5';
5858

5959
/**
6060
* Constructor.

0 commit comments

Comments
 (0)