Skip to content

Commit

Permalink
Release 7.0.0-beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 19, 2021
1 parent 3f9246b commit 00717fe
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 @@ -104,7 +104,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.34');
define('DEPLOYER_DEPLOY_FILE', $deployFile);
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));

Expand Down

0 comments on commit 00717fe

Please sign in to comment.