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 Nov 19, 2024
1 parent ce0025d commit f2b2552
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 @@ -37,7 +37,7 @@
*/
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
{
public const VERSION = '9.2.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 f2b2552

Please sign in to comment.