Skip to content

Commit 2bf0585

Browse files
committed
Release 7.0.0-beta.30
1 parent 34f649c commit 2bf0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ set_include_path($includePath . PATH_SEPARATOR . get_include_path());
9999
// Deployer constants
100100
define('DEPLOYER', true);
101101
define('DEPLOYER_BIN', __FILE__);
102-
define('DEPLOYER_VERSION', '7.0.0-master');
102+
define('DEPLOYER_VERSION', '7.0.0-beta.30');
103103
define('DEPLOYER_DEPLOY_FILE', $deployFile);
104104
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));
105105

0 commit comments

Comments
 (0)