Bump version to 21.3.0

This commit is contained in:
Jellyfrog
2021-03-21 00:58:30 +01:00
parent 91f4967860
commit d24730818f

View File

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