Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Updated patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdelacruzsantos committed Feb 18, 2020
1 parent 18a9af7 commit 6788e2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 2.20200122.1 (2020-02-12)
## Version 2.20200122.2 (2020-02-12)
**Documentation Changes**

* Minor updates for Payments API descriptions
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "square/connect",
"version": "2.20200122.1",
"version": "2.20200122.2",
"description": "PHP client library for the Square Connect v2 API",
"keywords": [
"swagger",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = "Square-Connect-PHP/2.20200122.1";
protected $userAgent = "Square-Connect-PHP/2.20200122.2";

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -501,7 +501,7 @@ public static function toDebugReport()
$report .= " OS: ".php_uname()."\n";
$report .= " PHP Version: ".phpversion()."\n";
$report .= " OpenAPI Spec Version: 2.0\n";
$report .= " SDK Package Version: 2.20200122.1\n";
$report .= " SDK Package Version: 2.20200122.2\n";
$report .= " Temp Folder Path: ".self::getDefaultConfiguration()->getTempFolderPath()."\n";

return $report;
Expand Down

0 comments on commit 6788e2d

Please sign in to comment.