Skip to content

Commit

Permalink
Merge pull request #449 from intuit/release/v6.0.4
Browse files Browse the repository at this point in the history
Release candidate for minor version 65
  • Loading branch information
abisalehalliprasan authored May 19, 2022
2 parents 6341928 + eb60d63 commit 1383dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/CoreConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class CoreConstants
{
//Set the default minor version
const DEFAULT_SDK_MINOR_VERSION = "63";
const DEFAULT_SDK_MINOR_VERSION = "65";
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";

const PHP_CLASS_PREFIX = 'IPP';
Expand Down Expand Up @@ -297,7 +297,7 @@ class CoreConstants
* The Request source header value.
* @var string REQUESTSOURCEHEADER
*/
const USERAGENT = "V3PHPSDK6.0.3";
const USERAGENT = "V3PHPSDK6.0.4";

public static function getType($string, $return=1)
{
Expand Down

0 comments on commit 1383dc0

Please sign in to comment.