Bump version to 24.6.0

This commit is contained in:
Tony Murray
2024-06-16 11:23:37 -05:00
parent 5b6125cf6d
commit a717e084f0

View File

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