Skip to content

Commit a307ec3

Browse files
committed
bumped version
1 parent 05e229c commit a307ec3

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
@@ -58,7 +58,7 @@
5858
},
5959
"extra": {
6060
"branch-alias": {
61-
"dev-master": "2.14-dev"
61+
"dev-master": "2.15-dev"
6262
}
6363
},
6464
"autoload": {

src/Console/Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
*/
3636
final class Application extends BaseApplication
3737
{
38-
const VERSION = '2.14.1-DEV';
39-
const VERSION_CODENAME = 'Sunrise';
38+
const VERSION = '2.15.0-DEV';
39+
const VERSION_CODENAME = '';
4040

4141
/**
4242
* @var ToolInfo

0 commit comments

Comments
 (0)