From a5402f014f2b1a3643e30a70ab0d5c7042dc69bc Mon Sep 17 00:00:00 2001 From: Barry Zou Date: Wed, 16 Jul 2025 14:11:32 -0700 Subject: [PATCH] Increase version to 07-16 --- composer.json | 2 +- src/SquareClient.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e0179804..a337495d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "square/square", - "version": "43.0.0.20250618", + "version": "43.0.1.20250716", "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.", "keywords": [ "square", diff --git a/src/SquareClient.php b/src/SquareClient.php index 14e8034a..4b092264 100644 --- a/src/SquareClient.php +++ b/src/SquareClient.php @@ -250,8 +250,8 @@ public function __construct( 'Square-Version' => '2025-07-16', 'X-Fern-Language' => 'PHP', 'X-Fern-SDK-Name' => 'Square', - 'X-Fern-SDK-Version' => '43.0.0.20250618', - 'User-Agent' => 'square/square/43.0.0.20250618', + 'X-Fern-SDK-Version' => '43.0.1.20250716', + 'User-Agent' => 'square/square/43.0.1.20250716', ]; if ($version != null) { $defaultHeaders['Square-Version'] = $version;