diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html
index c1d6bb2c..e7f89204 100644
--- a/docs/classes/BitPaySDK-Env.html
+++ b/docs/classes/BitPaySDK-Env.html
@@ -220,7 +220,7 @@
BITPAY_PLUGIN_INFO
- = "BitPay_PHP_Client_v9.3.2"
+ = "BitPay_PHP_Client_v10.0.0"
@@ -402,7 +402,7 @@
public
mixed
BITPAY_PLUGIN_INFO
- = "BitPay_PHP_Client_v9.3.2"
+ = "BitPay_PHP_Client_v10.0.0"
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index 5beb9c28..eb2c5dcc 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -10,7 +10,7 @@
-
+
src
diff --git a/src/BitPaySDK/Env.php b/src/BitPaySDK/Env.php
index caa508e5..03b820e9 100644
--- a/src/BitPaySDK/Env.php
+++ b/src/BitPaySDK/Env.php
@@ -17,7 +17,7 @@ interface Env
public const TEST_URL = "https://test.bitpay.com/";
public const PROD_URL = "https://bitpay.com/";
public const BITPAY_API_VERSION = "2.0.0";
- public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.2";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v10.0.0";
public const BITPAY_API_FRAME = "std";
public const BITPAY_API_FRAME_VERSION = "1.0.0";
public const BITPAY_DATETIME_FORMAT = 'Y-m-d\TH:i:s\Z';