Skip to content

Commit cd9054c

Browse files
committed
Release 1.0.0-alpha11
1 parent 2f069bf commit cd9054c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Composer/Composer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*/
2929
class Composer
3030
{
31-
const VERSION = '@package_version@';
31+
const VERSION = '1.0.0-alpha11';
3232
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
33-
const RELEASE_DATE = '@release_date@';
33+
const RELEASE_DATE = '2015-11-14 16:21:07';
3434

3535
/**
3636
* @var Package\RootPackageInterface

0 commit comments

Comments
 (0)