From 01b0aa35d0e80965d2addb80a1e1989ca9523598 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 18 Oct 2021 16:31:58 +0000 Subject: [PATCH] Release 7.0.0-beta.32 --- bin/dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dep b/bin/dep index 0f9b14a2..d82c3ebd 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-master'); +define('DEPLOYER_VERSION', '7.0.0-beta.32'); define('DEPLOYER_DEPLOY_FILE', $deployFile); define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));