Skip to content

Commit

Permalink
Reverting release version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 20, 2022
1 parent 36dc875 commit f68ea29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Composer/Composer.php
Expand Up @@ -51,10 +51,10 @@ class Composer extends PartialComposer
*
* @see getVersion()
*/
public const VERSION = '2.3.0-RC2';
public const BRANCH_ALIAS_VERSION = '';
public const RELEASE_DATE = '2022-03-20 13:20:49';
public const SOURCE_VERSION = '';
public const VERSION = '@package_version@';
public const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
public const RELEASE_DATE = '@release_date@';
public const SOURCE_VERSION = '2.3.999-dev+source';

/**
* Version number of the internal composer-runtime-api package
Expand Down

0 comments on commit f68ea29

Please sign in to comment.