Bump version to 23.10.0

This commit is contained in:
Tony Murray
2023-10-26 22:47:36 -05:00
parent 496071dbd7
commit c22b74d46b

View File

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