diff --git a/src/BitPaySDK/Client.php b/src/BitPaySDK/Client.php index 57e41ffd..1e80e860 100644 --- a/src/BitPaySDK/Client.php +++ b/src/BitPaySDK/Client.php @@ -65,7 +65,7 @@ * Class Client * @package Bitpay * @author Antonio Buedo - * @version 7.0.1 + * @version 7.1.0 * See bitpay.com/api for more information. * date 15.11.2021 */ diff --git a/src/BitPaySDK/Env.php b/src/BitPaySDK/Env.php index dc775269..d4ad8475 100644 --- a/src/BitPaySDK/Env.php +++ b/src/BitPaySDK/Env.php @@ -9,7 +9,7 @@ interface Env const TestUrl = "https://test.bitpay.com/"; const ProdUrl = "https://bitpay.com/"; const BitpayApiVersion = "2.0.0"; - const BitpayPluginInfo = "BitPay_PHP_Client_v7.0.1"; + const BitpayPluginInfo = "BitPay_PHP_Client_v7.1.0"; const BitpayApiFrame = "std"; const BitpayApiFrameVersion = "1.0.0"; }