Bump version to 24.5.0

This commit is contained in:
Tony Murray
2024-05-19 22:53:54 -05:00
parent b322610216
commit 2a42bf714f

View File

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