Skip to content

Commit 9c86ff9

Browse files
committed
Reverting release version changes
1 parent 3e19613 commit 9c86ff9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Composer/Composer.php

+4-4
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 = '1.10.26';
54-
const BRANCH_ALIAS_VERSION = '';
55-
const RELEASE_DATE = '2022-04-13 16:39:56';
56-
const SOURCE_VERSION = '';
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';
5757

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

0 commit comments

Comments
 (0)