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

Skip to content

Commit 3c92ba5

Browse files
committed
Release 2.2.3
1 parent 3ed2295 commit 3c92ba5

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
@@ -52,10 +52,10 @@ class Composer
5252
* const RELEASE_DATE = '@release_date@';
5353
* const SOURCE_VERSION = '1.8-dev+source';
5454
*/
55-
const VERSION = '@package_version@';
56-
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
57-
const RELEASE_DATE = '@release_date@';
58-
const SOURCE_VERSION = '2.2.999-dev+source';
55+
const VERSION = '2.2.3';
56+
const BRANCH_ALIAS_VERSION = '';
57+
const RELEASE_DATE = '2021-12-31 12:18:53';
58+
const SOURCE_VERSION = '';
5959

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

0 commit comments

Comments
 (0)