From 0ff05e2aede10dad0fe621e60aaf14d3875183c2 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Mon, 11 Mar 2024 14:44:23 +0100 Subject: [PATCH] Update AutoMapper version for dev branch --- src/AutoMapper.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AutoMapper.php b/src/AutoMapper.php index 50d479d9..569871e0 100644 --- a/src/AutoMapper.php +++ b/src/AutoMapper.php @@ -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 = [];