Skip to content

Commit

Permalink
Release 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 27, 2016
1 parent 0c6133b commit 91d92c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 VERSION = '1.0.0-beta2';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2016-03-27 16:00:34';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit 91d92c4

Please sign in to comment.