Skip to content

Commit

Permalink
Release 1.0.0-alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Nov 14, 2015
1 parent 2f069bf commit cd9054c
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-alpha11';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const RELEASE_DATE = '2015-11-14 16:21:07';

/**
* @var Package\RootPackageInterface
Expand Down

0 comments on commit cd9054c

Please sign in to comment.