Release 7.0.0-beta.32

This commit is contained in:
Anton Medvedev 2021-10-18 16:31:58 +00:00
parent 7f39d1fd04
commit 01b0aa35d0

View File

@ -101,7 +101,7 @@ set_include_path($includePath . PATH_SEPARATOR . get_include_path());
// Deployer constants
define('DEPLOYER', true);
define('DEPLOYER_BIN', __FILE__);
define('DEPLOYER_VERSION', '7.0.0-master');
define('DEPLOYER_VERSION', '7.0.0-beta.32');
define('DEPLOYER_DEPLOY_FILE', $deployFile);
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));