Bump version to 24.1.0

This commit is contained in:
Neil Lathwood
2024-01-07 15:49:52 +00:00
parent 882de1f7e1
commit 421f2c7d38

View File

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