Bump version to 23.4.0

This commit is contained in:
Tony Murray
2023-04-06 18:52:52 -05:00
parent 8b85245070
commit d6e1c6ee5f

View File

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