We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67af7b commit bc73010Copy full SHA for bc73010
1 file changed
packages/internal/generated-clients/src/config/config.ts
@@ -6,7 +6,7 @@ import {
6
} from '../imx';
7
8
// eslint-disable-next-line @typescript-eslint/naming-convention
9
-const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-2.3.2' };
+const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-__SDK_VERSION__' };
10
11
/**
12
* Configuration for generated clients
0 commit comments