Bump version to 24.7.0

This commit is contained in:
Tony Murray
2024-07-17 01:35:08 -05:00
parent e64f5be06f
commit f3227c3727

View File

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