Bump version to 24.3.0

This commit is contained in:
Tony Murray 2024-04-01 10:18:44 -05:00
parent d8769760a2
commit af2f953c7f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use Symfony\Component\Process\Process;
class Version
{
/** @var string Update this on release */
public const VERSION = '24.2.0';
public const VERSION = '24.3.0';
/** @var Git convenience instance */
public $git;