1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Reverting release version changes

This commit is contained in:
Jordi Boggiano 2022-03-16 09:25:47 +01:00
parent 3b150d0ef6
commit 38813e10f7
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -51,10 +51,10 @@ class Composer extends PartialComposer
* *
* @see getVersion() * @see getVersion()
*/ */
public const VERSION = '2.3.0-RC1'; public const VERSION = '@package_version@';
public const BRANCH_ALIAS_VERSION = ''; public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
public const RELEASE_DATE = '2022-03-16 09:25:31'; public const RELEASE_DATE = '@release_date@';
public const SOURCE_VERSION = ''; public const SOURCE_VERSION = '2.3.999-dev+source';
/** /**
* Version number of the internal composer-runtime-api package * Version number of the internal composer-runtime-api package