We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f649c commit 2bf0585Copy full SHA for 2bf0585
bin/dep
@@ -99,7 +99,7 @@ set_include_path($includePath . PATH_SEPARATOR . get_include_path());
99
// Deployer constants
100
define('DEPLOYER', true);
101
define('DEPLOYER_BIN', __FILE__);
102
-define('DEPLOYER_VERSION', '7.0.0-master');
+define('DEPLOYER_VERSION', '7.0.0-beta.30');
103
define('DEPLOYER_DEPLOY_FILE', $deployFile);
104
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));
105
0 commit comments