Bump version to 21.10.0

This commit is contained in:
Tony Murray
2021-10-16 08:02:35 -05:00
parent a9a1c6f2b7
commit 98ee237420

View File

@@ -31,7 +31,7 @@ use Symfony\Component\Process\Process;
class Version
{
// Update this on release
const VERSION = '21.9.0';
const VERSION = '21.10.0';
protected $is_git_install = false;