From d8fc6b2eab1f20df310b4a520acbd327fcb96c72 Mon Sep 17 00:00:00 2001 From: Mike Konopelski Date: Thu, 23 Jan 2025 10:52:10 -0500 Subject: [PATCH] version bump --- composer.json | 2 +- src/SquareClient.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 91d028f5..175da7bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "square/square", "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.", - "version": "39.1.0.20241218", + "version": "40.0.0.20250123", "type": "library", "keywords": [ "Square", diff --git a/src/SquareClient.php b/src/SquareClient.php index e8d90b39..6e3e2a00 100644 --- a/src/SquareClient.php +++ b/src/SquareClient.php @@ -165,7 +165,7 @@ public function __construct(array $config = []) ->jsonHelper(ApiHelper::getJsonHelper()) ->apiCallback($this->config['httpCallback'] ?? null) ->userAgent( - 'Square-PHP-SDK/39.1.0.20241218 ({api-version}) {engine}/{engine-version} ({os-' . + 'Square-PHP-SDK/40.0.0.20250123 ({api-version}) {engine}/{engine-version} ({os-' . 'info}) {detail}' ) ->userAgentConfig( @@ -320,7 +320,7 @@ public function withConfiguration(array $config): self */ public function getSdkVersion(): string { - return '39.1.0.20241218'; + return '40.0.0.20250123'; } /**