Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 18, 2016
1 parent f04802a commit de0e25b
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.0.1';
const BRANCH_ALIAS_VERSION = '';
const RELEASE_DATE = '2016-04-18 21:14:28';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit de0e25b

Please sign in to comment.