Skip to content

Commit 3e19613

Browse files
committed
Release 1.10.26
1 parent 6f85c88 commit 3e19613

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
@@ -50,10 +50,10 @@ class Composer
5050
* const RELEASE_DATE = '@release_date@';
5151
* const SOURCE_VERSION = '1.8-dev+source';
5252
*/
53-
const VERSION = '@package_version@';
54-
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
55-
const RELEASE_DATE = '@release_date@';
56-
const SOURCE_VERSION = '1.10-dev+source';
53+
const VERSION = '1.10.26';
54+
const BRANCH_ALIAS_VERSION = '';
55+
const RELEASE_DATE = '2022-04-13 16:39:56';
56+
const SOURCE_VERSION = '';
5757

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

0 commit comments

Comments
 (0)