Skip to content

Commit 9c1e88a

Browse files
[FSSDK-8963] Version bump (#262)
(cherry picked from commit a32e27e)
1 parent dbc5153 commit 9c1e88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Optimizely/Event/Builder/EventBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EventBuilder
3939
/**
4040
* @const string Version of the Optimizely PHP SDK.
4141
*/
42-
const SDK_VERSION = '3.9.1';
42+
const SDK_VERSION = '3.9.3';
4343

4444
/**
4545
* @var string URL to send event to.

tests/EventTests/EventBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function setUp()
6868
]],
6969
'revision' => '15',
7070
'client_name' => 'php-sdk',
71-
'client_version' => '3.9.1',
71+
'client_version' => '3.9.3',
7272
'anonymize_ip'=> false,
7373
'enrich_decisions' => true,
7474
];

0 commit comments

Comments
 (0)