Skip to content

Commit a72a8ca

Browse files
committed
Release 1.3.0-RC
1 parent a1b468e commit a72a8ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Composer/Composer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*/
2929
class Composer
3030
{
31-
const VERSION = '@package_version@';
32-
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
33-
const RELEASE_DATE = '@release_date@';
31+
const VERSION = '1.3.0-RC';
32+
const BRANCH_ALIAS_VERSION = '';
33+
const RELEASE_DATE = '2016-12-11 17:04:50';
3434

3535
/**
3636
* @var Package\RootPackageInterface

0 commit comments

Comments
 (0)