Bump version to 1.64

This commit is contained in:
Tony Murray
2020-05-31 10:48:00 -05:00
parent 75e36fbffb
commit e8dff37eef

View File

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