Release 7.0.0-beta.8

This commit is contained in:
Anton Medvedev 2020-11-17 23:04:27 +00:00
parent 01f7db30d9
commit 886b7f34f6

View File

@ -10,7 +10,7 @@
define('DEPLOYER', true);
define('DEPLOYER_BIN', __FILE__);
define('DEPLOYER_VERSION', '7.0.0-master');
define('DEPLOYER_VERSION', '7.0.0-beta.8');
// Check for min. php version requirement
if (PHP_VERSION_ID < 70300) {