Skip to content

Commit

Permalink
Update AutoMapper version for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Mar 11, 2024
1 parent 39d5674 commit 0ff05e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface, MapperGeneratorMetadataRegistryInterface
{
public const VERSION = '8.2.1';
public const VERSION_ID = 80201;
public const VERSION = '8.3.0-DEV';
public const VERSION_ID = 80300;
public const MAJOR_VERSION = 8;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = '';
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';

/** @var MapperGeneratorMetadataInterface[] */
private array $metadata = [];
Expand Down

0 comments on commit 0ff05e2

Please sign in to comment.