Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d5549f

Browse files
committed
Reverting release version changes
1 parent a625e50 commit 0d5549f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Composer/Composer.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ class Composer extends PartialComposer
5151
*
5252
* @see getVersion()
5353
*/
54-
public const VERSION = '2.7.4';
55-
public const BRANCH_ALIAS_VERSION = '';
56-
public const RELEASE_DATE = '2024-04-22 21:17:03';
57-
public const SOURCE_VERSION = '';
54+
public const VERSION = '@package_version@';
55+
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
56+
public const RELEASE_DATE = '@release_date@';
57+
public const SOURCE_VERSION = '2.7.999-dev+source';
5858

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

0 commit comments

Comments
 (0)