Bump version to 21.5.0

This commit is contained in:
Tony Murray
2021-05-17 19:17:53 -05:00
parent ccaf669fe3
commit e782bdbe02

View File

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