Bump version to 21.9.0

This commit is contained in:
Tony Murray
2021-09-16 22:45:07 -05:00
parent e8ba3af4d5
commit b4b4820cba

View File

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