Bump version to 24.4.0

This commit is contained in:
Tony Murray 2024-04-19 20:52:35 -05:00
parent e1c6c54dbd
commit 9088a34299
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.3.0';
public const VERSION = '24.4.0';
/** @var Git convenience instance */
public $git;