Bump version to 1.66

This commit is contained in:
Tony Murray
2020-07-30 00:27:39 -05:00
parent 573b9e7d4b
commit 9fdea8c3b5

View File

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