Skip to content

Commit

Permalink
Set version 7.0.0-master
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jan 13, 2022
1 parent 8683327 commit 06be0ce
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 @@ -95,4 +95,4 @@ define('DEPLOYER_BIN', __FILE__);
define('DEPLOYER_DEPLOY_FILE', $deployFile);
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));

Deployer\Deployer::run('master', $deployFile);
Deployer\Deployer::run('7.0.0-master', $deployFile);

0 comments on commit 06be0ce

Please sign in to comment.