Skip to content

Commit 2c28719

Browse files
author
Your Name
committed
fix: Update JavaScript SDK client version string to 1.1.6
1 parent 7a6fb7c commit 2c28719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ export class AgentGatePay {
135135
* Get SDK version
136136
*/
137137
static get version(): string {
138-
return '1.1.5';
138+
return '1.1.6';
139139
}
140140
}

0 commit comments

Comments
 (0)