Bump version to 21.10.2

This commit is contained in:
Tony Murray 2021-10-21 10:15:51 -05:00
parent 11e4a10676
commit e377292d7c
No known key found for this signature in database
GPG Key ID: E57F02A35A950069

View File

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