Skip to content

Commit 1383dc0

Browse files
Merge pull request #449 from intuit/release/v6.0.4
Release candidate for minor version 65
2 parents 6341928 + eb60d63 commit 1383dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/CoreConstants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class CoreConstants
88
{
99
//Set the default minor version
10-
const DEFAULT_SDK_MINOR_VERSION = "63";
10+
const DEFAULT_SDK_MINOR_VERSION = "65";
1111
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";
1212

1313
const PHP_CLASS_PREFIX = 'IPP';
@@ -297,7 +297,7 @@ class CoreConstants
297297
* The Request source header value.
298298
* @var string REQUESTSOURCEHEADER
299299
*/
300-
const USERAGENT = "V3PHPSDK6.0.3";
300+
const USERAGENT = "V3PHPSDK6.0.4";
301301

302302
public static function getType($string, $return=1)
303303
{

0 commit comments

Comments
 (0)