Bump version to 23.8.0

This commit is contained in:
Tony Murray
2023-08-19 09:13:28 -05:00
parent 97914b25c2
commit 69297c9e91

View File

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