From 8b44a5553b87640d32487d2045498fa47fe944ee Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Tue, 19 Oct 2021 15:26:34 +0000 Subject: [PATCH] Back to master --- bin/dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dep b/bin/dep index 0cd72c37..f8f35871 100755 --- a/bin/dep +++ b/bin/dep @@ -101,7 +101,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.33'); +define('DEPLOYER_VERSION', '7.0.0-master'); define('DEPLOYER_DEPLOY_FILE', $deployFile); define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));