Bump version to 23.9.1

This commit is contained in:
Tony Murray
2023-09-18 20:59:06 -05:00
committed by GitHub
parent 35406b4b32
commit bfc82a5383

View File

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