We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e9519 + f864589 commit 3737b89Copy full SHA for 3737b89
1 file changed
src/requests/messageRequest.ts
@@ -11,7 +11,7 @@ export type DefaultAgentType = {
11
};
12
13
// NOTE: Need to update when publish library.
14
-const sdkVersion = 'nodejs/5.4.0-beta.0';
+const sdkVersion = 'nodejs/5.4.0';
15
16
export const defaultAgent: DefaultAgentType = {
17
sdkVersion,
0 commit comments