Skip to content

Commit 11a9c5c

Browse files
committed
Reset AutoMapper version for dev branch
1 parent c3b42a3 commit 11a9c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
class AutoMapper implements AutoMapperInterface, AutoMapperRegistryInterface
3939
{
40-
public const VERSION = '9.1.2';
40+
public const VERSION = '10.0.0-dev';
4141

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

0 commit comments

Comments
 (0)