Bump version to 21.4.0

This commit is contained in:
Tony Murray
2021-04-17 23:05:07 -05:00
parent 6bcba7833b
commit 5f7682d4fe

View File

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