Reverting release version changes
parent
ee851d6b6b
commit
d221d5c69a
|
@ -51,10 +51,10 @@ class Composer extends PartialComposer
|
||||||
*
|
*
|
||||||
* @see getVersion()
|
* @see getVersion()
|
||||||
*/
|
*/
|
||||||
public const VERSION = '2.6.1';
|
public const VERSION = '@package_version@';
|
||||||
public const BRANCH_ALIAS_VERSION = '';
|
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
|
||||||
public const RELEASE_DATE = '2023-09-01 13:53:08';
|
public const RELEASE_DATE = '@release_date@';
|
||||||
public const SOURCE_VERSION = '';
|
public const SOURCE_VERSION = '2.6.999-dev+source';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version number of the internal composer-runtime-api package
|
* Version number of the internal composer-runtime-api package
|
||||||
|
|
Loading…
Reference in New Issue