Bump version to 1.67

This commit is contained in:
Jellyfrog 2020-09-03 13:17:55 +02:00
parent 5f0bbd08dc
commit dd23dea019

View File

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