Back to master

This commit is contained in:
Anton Medvedev 2020-11-19 22:12:56 +00:00
parent dbfd5b37d1
commit 29c5e2f116

View File

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