Bump version to 1.65

This commit is contained in:
Tony Murray 2020-07-03 00:50:46 -05:00
parent be2d4a2e75
commit 8a6de3ef23
1 changed files with 1 additions and 1 deletions

View File

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