Skip to content

Commit

Permalink
Reset AutoMapper version for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jun 6, 2024
1 parent d368287 commit 1a74e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '9.1.0';
public const VERSION = '10.0.0-dev';

/** @var array<GeneratedMapper<object, object>|GeneratedMapper<array<mixed>, object>|GeneratedMapper<object, array<mixed>>> */
private array $mapperRegistry = [];
Expand Down

0 comments on commit 1a74e80

Please sign in to comment.