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 1344a56 commit 0cdf60aCopy full SHA for 0cdf60a
configuration.ts
@@ -93,7 +93,7 @@ export class Configuration {
93
...param.baseOptions,
94
headers: {
95
...param.baseOptions?.headers,
96
- 'User-Agent': "OpenAPI-Generator/1.0.0-dev/typescript-axios"
+ 'User-Agent': "OpenAPI-Generator/1.0.0/typescript-axios"
97
}
98
};
99
this.formDataCtor = param.formDataCtor;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bandwidth-sdk",
3
- "version": "1.0.0-dev",
+ "version": "1.0.0",
4
"description": "OpenAPI client for bandwidth-sdk",
5
"author": "OpenAPI-Generator Contributors",
6
"repository": {
0 commit comments