Bump version to 21.5.1 (#12900)

This commit is contained in:
maesbrisa
2021-05-25 15:30:01 +02:00
committed by GitHub
parent a6cf1bee7e
commit bc46491349

View File

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