Bump version to 21.11.0

This commit is contained in:
Tony Murray
2021-11-12 11:03:39 -06:00
parent 4c948691be
commit 6b41c29f5f

View File

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