Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jan 4, 2018
1 parent 95d5e8d commit 9445e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Composer/Composer.php
Expand Up @@ -29,9 +29,9 @@
*/
class Composer
{
const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const VERSION = '1.6.1';
const BRANCH_ALIAS_VERSION = '';
const RELEASE_DATE = '2018-01-04 14:45:25';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit 9445e12

Please sign in to comment.