Bump Version

This commit is contained in:
Tony Murray 2023-01-27 10:47:48 -06:00
parent 34c53532b5
commit 13b028e59c
No known key found for this signature in database
GPG Key ID: E57F02A35A950069

View File

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