Skip to content

Commit

Permalink
Release 7.0.0-beta.32
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 18, 2021
1 parent 7f39d1f commit 01b0aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dep
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 01b0aa3

Please sign in to comment.