Bump version to 1.70.0

This commit is contained in:
Tony Murray
2020-12-01 22:01:19 -06:00
parent 4ae5f76fe8
commit 84c08f424c

View File

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