Skip to content

Commit

Permalink
Merge pull request #144 from square/mikek/40.0.0.20250123
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
mikekono authored Jan 23, 2025
2 parents 97dfe0d + d8fc6b2 commit 4c8c88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/SquareClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -320,7 +320,7 @@ public function withConfiguration(array $config): self
*/
public function getSdkVersion(): string
{
return '39.1.0.20241218';
return '40.0.0.20250123';
}

/**
Expand Down

0 comments on commit 4c8c88a

Please sign in to comment.