Bump version to 21.9.1

This commit is contained in:
Tony Murray 2021-09-27 22:20:35 -05:00
parent a96c5682f7
commit 48482adc8b

View File

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