Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 8, 2017
1 parent a5ed329 commit b19655f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Composer/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
*/
class Composer
{
const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const VERSION = '1.4.0';
const BRANCH_ALIAS_VERSION = '';
const RELEASE_DATE = '2017-03-08 17:51:24';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit b19655f

Please sign in to comment.