Bump Version

This commit is contained in:
Tony Murray
2023-01-27 10:47:48 -06:00
parent 34c53532b5
commit 13b028e59c
+1 -1
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;