1
0
Fork 0

Reverting release version changes

pull/11316/head
Jordi Boggiano 2023-02-04 14:54:48 +01:00
parent 30ff21a9af
commit 67f5892a5d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@ class Composer
* const RELEASE_DATE = '@release_date@'; * const RELEASE_DATE = '@release_date@';
* const SOURCE_VERSION = '1.8-dev+source'; * const SOURCE_VERSION = '1.8-dev+source';
*/ */
const VERSION = '2.2.19'; const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = ''; const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '2023-02-04 14:54:48'; const RELEASE_DATE = '@release_date@';
const SOURCE_VERSION = ''; const SOURCE_VERSION = '2.2.999-dev+source';
/** /**
* Version number of the internal composer-runtime-api package * Version number of the internal composer-runtime-api package