Bump version to 1.65

This commit is contained in:
Tony Murray 2020-07-03 00:50:46 -05:00
parent be2d4a2e75
commit 8a6de3ef23

View File

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