Skip to content

Commit

Permalink
Release 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 3, 2016
1 parent f2d606a commit 5cb2b52
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-beta1';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2016-03-03 15:15:10';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit 5cb2b52

Please sign in to comment.