Bump version to 23.5.0

This commit is contained in:
Tony Murray
2023-05-19 10:32:19 -05:00
parent e44a4ed8c6
commit 02896172bd

View File

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