Skip to content

Commit 0cdf60a

Browse files
committed
generate with version
1 parent 1344a56 commit 0cdf60a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class Configuration {
9393
...param.baseOptions,
9494
headers: {
9595
...param.baseOptions?.headers,
96-
'User-Agent': "OpenAPI-Generator/1.0.0-dev/typescript-axios"
96+
'User-Agent': "OpenAPI-Generator/1.0.0/typescript-axios"
9797
}
9898
};
9999
this.formDataCtor = param.formDataCtor;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bandwidth-sdk",
3-
"version": "1.0.0-dev",
3+
"version": "1.0.0",
44
"description": "OpenAPI client for bandwidth-sdk",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)