Skip to content

Commit 4c8c88a

Browse files
authored
Merge pull request #144 from square/mikek/40.0.0.20250123
version bump
2 parents 97dfe0d + d8fc6b2 commit 4c8c88a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "square/square",
33
"description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
4-
"version": "39.1.0.20241218",
4+
"version": "40.0.0.20250123",
55
"type": "library",
66
"keywords": [
77
"Square",

src/SquareClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function __construct(array $config = [])
165165
->jsonHelper(ApiHelper::getJsonHelper())
166166
->apiCallback($this->config['httpCallback'] ?? null)
167167
->userAgent(
168-
'Square-PHP-SDK/39.1.0.20241218 ({api-version}) {engine}/{engine-version} ({os-' .
168+
'Square-PHP-SDK/40.0.0.20250123 ({api-version}) {engine}/{engine-version} ({os-' .
169169
'info}) {detail}'
170170
)
171171
->userAgentConfig(
@@ -320,7 +320,7 @@ public function withConfiguration(array $config): self
320320
*/
321321
public function getSdkVersion(): string
322322
{
323-
return '39.1.0.20241218';
323+
return '40.0.0.20250123';
324324
}
325325

326326
/**

0 commit comments

Comments
 (0)