Skip to content

Commit 2f5bcf0

Browse files
committed
Release 2.2.11
1 parent 864446e commit 2f5bcf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.11';
56+
const BRANCH_ALIAS_VERSION = '';
57+
const RELEASE_DATE = '2022-04-01 22:00:52';
58+
const SOURCE_VERSION = '';
5959

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

0 commit comments

Comments
 (0)