Skip to content

Commit 91dbca5

Browse files
committed
Release 1.3.1
1 parent 6a0d5a0 commit 91dbca5

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.1';
32+
const BRANCH_ALIAS_VERSION = '';
33+
const RELEASE_DATE = '2017-01-07 18:08:51';
3434

3535
/**
3636
* @var Package\RootPackageInterface

0 commit comments

Comments
 (0)