Bump version to 23.11.0

This commit is contained in:
Tony Murray
2023-11-16 20:57:41 -06:00
parent 4ef1ead450
commit 54ff1d7e63

View File

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