Bump version to 1.68

This commit is contained in:
Tony Murray
2020-09-29 22:16:05 -05:00
parent a3c7426a32
commit 90d0d46dfb

View File

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