Skip to content

Commit fa1436c

Browse files
committed
update minor version
1 parent be36231 commit fa1436c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core/CoreConstants.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class CoreConstants
88
{
99
//Set the default minor version to 23
10-
const DEFAULT_SDK_MINOR_VERSION = "36";
10+
const DEFAULT_SDK_MINOR_VERSION = "40";
1111
const DEFAULT_LOGGINGLOCATION = "/tmp/IdsLogs";
1212

1313
const PHP_CLASS_PREFIX = 'IPP';
@@ -293,7 +293,7 @@ class CoreConstants
293293
* The Request source header value.
294294
* @var string REQUESTSOURCEHEADER
295295
*/
296-
const USERAGENT = "V3PHPSDK6.0.0";
296+
const USERAGENT = "V3PHPSDK5.2.0";
297297

298298
public static function getType($string, $return=1)
299299
{

0 commit comments

Comments
 (0)