Skip to content

Commit

Permalink
Set up master branch for 1.4.0-DEV release
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Sep 18, 2018
1 parent cc41960 commit f553610
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-1.4.md
@@ -0,0 +1 @@
# CHANGELOG FOR `1.4.X`
1 change: 1 addition & 0 deletions UPGRADE-1.4.md
@@ -0,0 +1 @@
# UPGRADE FROM `v1.3.X` TO `v1.4.0`
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -231,7 +231,7 @@
"allow-contrib": false
},
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
}
}
6 changes: 3 additions & 3 deletions src/Sylius/Bundle/CoreBundle/Application/Kernel.php
Expand Up @@ -31,10 +31,10 @@

class Kernel extends HttpKernel
{
public const VERSION = '1.3.0-DEV';
public const VERSION_ID = '10300';
public const VERSION = '1.4.0-DEV';
public const VERSION_ID = '10400';
public const MAJOR_VERSION = '1';
public const MINOR_VERSION = '3';
public const MINOR_VERSION = '4';
public const RELEASE_VERSION = '0';
public const EXTRA_VERSION = 'DEV';

Expand Down

0 comments on commit f553610

Please sign in to comment.