Skip to content

Commit 9a64fe9

Browse files
committed
updated version to 2.7
1 parent fc4bd90 commit 9a64fe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '2.6.0-DEV';
63-
const VERSION_ID = '20600';
62+
const VERSION = '2.7.0-DEV';
63+
const VERSION_ID = '20700';
6464
const MAJOR_VERSION = '2';
65-
const MINOR_VERSION = '6';
65+
const MINOR_VERSION = '7';
6666
const RELEASE_VERSION = '0';
6767
const EXTRA_VERSION = 'DEV';
6868

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"minimum-stability": "dev",
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "2.6-dev"
56+
"dev-master": "2.7-dev"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)