Bump verison 1.65.1

Multiple security fixes. Thanks to:

Shielder <https://shielder.it/>
Loginsoft <https://www.loginsoft.com/>

For reporting vulnerabilities
This commit is contained in:
Tony Murray
2020-07-10 14:56:16 -05:00
parent 6bea59b8a0
commit 15496dffd9

View File

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