Skip to content

Commit 6a69018

Browse files
committed
Reverting release version changes
1 parent fedc76e commit 6a69018

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 = '2.2.22';
56-
const BRANCH_ALIAS_VERSION = '';
57-
const RELEASE_DATE = '2023-09-29 10:53:45';
58-
const SOURCE_VERSION = '';
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';
5959

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

0 commit comments

Comments
 (0)