Bump version to 24.8.0

This commit is contained in:
Tony Murray
2024-08-15 15:14:10 -05:00
parent d786f6ef40
commit f6fe0cf2da

View File

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