Bump version to 22.11.0

This commit is contained in:
Tony Murray
2022-11-24 00:01:26 -06:00
parent c00419d78c
commit bea0389938

View File

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