Skip to content

Commit

Permalink
Back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 13, 2021
1 parent d64b96f commit 98fe6c1
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 @@ -94,7 +94,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-beta.29');
define('DEPLOYER_VERSION', '7.0.0-master');
define('DEPLOYER_DEPLOY_FILE', $deployFile);
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));

Expand Down

0 comments on commit 98fe6c1

Please sign in to comment.