Bump version to 21.8.0

This commit is contained in:
Tony Murray 2021-08-22 15:49:45 -05:00
parent 93180ce4f0
commit e5e2633fbb

View File

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