Skip to content

Commit

Permalink
Update AutoMapper version for current dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Mar 11, 2024
1 parent 0061605 commit d7a8c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.0';
public const VERSION = '8.3.0-DEV';
public const VERSION_ID = 80200;
public const MAJOR_VERSION = 8;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = '';
public const EXTRA_VERSION = 'DEV';

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

0 comments on commit d7a8c35

Please sign in to comment.