Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5789bd

Browse files
committed
Release 2.0.6
1 parent 86f0c10 commit d5789bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Composer/Composer.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ class Composer
5151
* const RELEASE_DATE = '@release_date@';
5252
* const SOURCE_VERSION = '1.8-dev+source';
5353
*/
54-
const VERSION = '@package_version@';
55-
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
56-
const RELEASE_DATE = '@release_date@';
57-
const SOURCE_VERSION = '2.0-dev+source';
54+
const VERSION = '2.0.6';
55+
const BRANCH_ALIAS_VERSION = '';
56+
const RELEASE_DATE = '2020-11-07 11:21:17';
57+
const SOURCE_VERSION = '';
5858

5959
/**
6060
* Version number of the internal composer-runtime-api package

0 commit comments

Comments
 (0)