Bump version to 23.1.0

This commit is contained in:
Tony Murray
2023-01-24 10:43:30 -06:00
parent 166ff2dc53
commit 040ebcf917

View File

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