We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc5153 commit 9c1e88aCopy full SHA for 9c1e88a
src/Optimizely/Event/Builder/EventBuilder.php
@@ -39,7 +39,7 @@ class EventBuilder
39
/**
40
* @const string Version of the Optimizely PHP SDK.
41
*/
42
- const SDK_VERSION = '3.9.1';
+ const SDK_VERSION = '3.9.3';
43
44
45
* @var string URL to send event to.
tests/EventTests/EventBuilderTest.php
@@ -68,7 +68,7 @@ public function setUp()
68
]],
69
'revision' => '15',
70
'client_name' => 'php-sdk',
71
- 'client_version' => '3.9.1',
+ 'client_version' => '3.9.3',
72
'anonymize_ip'=> false,
73
'enrich_decisions' => true,
74
];
0 commit comments