Skip to content

Commit

Permalink
Release 1.1.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 29, 2016
1 parent 761d6a5 commit 94c2a21
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.1.0-RC';
const BRANCH_ALIAS_VERSION = '';
const RELEASE_DATE = '2016-04-29 17:32:14';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit 94c2a21

Please sign in to comment.