Back to master

This commit is contained in:
Anton Medvedev 2021-09-18 14:40:05 +00:00
parent 23be6f30bd
commit 5a58ad0145

View File

@ -10,7 +10,7 @@
define('DEPLOYER', true);
define('DEPLOYER_BIN', __FILE__);
define('DEPLOYER_VERSION', '7.0.0-beta.25');
define('DEPLOYER_VERSION', '7.0.0-master');
// Check for min. php version requirement
if (PHP_VERSION_ID < 70300) {