Skip to content

Commit

Permalink
keep RELEASE_DATE const as part of public api (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 30, 2022
1 parent ed92724 commit 2993570
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
final class VersionResolver
{
/**
* @api
* @var string
*/
public const PACKAGE_VERSION = '@package_version@';

/**
* @api
* @var string
*/
public const RELEASE_DATE = '@release_date@';

/**
* @var int
*/
Expand Down

0 comments on commit 2993570

Please sign in to comment.