Bump version to 1.69

This commit is contained in:
Tony Murray
2020-11-01 21:25:18 -06:00
parent 59eda5acb1
commit 0ac05fda69

View File

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