1
0
Fork 0

Reverting release version changes

pull/10333/head
Jordi Boggiano 2021-11-30 10:51:43 +01:00
parent cd28fc05b0
commit b3df470be6
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@ class Composer
* const RELEASE_DATE = '@release_date@';
* const SOURCE_VERSION = '1.8-dev+source';
*/
const VERSION = '2.1.14';
const BRANCH_ALIAS_VERSION = '';
const RELEASE_DATE = '2021-11-30 10:51:43';
const SOURCE_VERSION = '';
const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const SOURCE_VERSION = '2.1.999-dev+source';
/**
* Version number of the internal composer-runtime-api package