Skip to content

Commit 2919429

Browse files
committed
Release 2.7.7
1 parent e354a8d commit 2919429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Composer/Composer.php

+4-4
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 = '@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';
54+
public const VERSION = '2.7.7';
55+
public const BRANCH_ALIAS_VERSION = '';
56+
public const RELEASE_DATE = '2024-06-10 22:11:12';
57+
public const SOURCE_VERSION = '';
5858

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

0 commit comments

Comments
 (0)