Skip to content

Commit 3c58360

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 49e0605 commit 3c58360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
9090
}
9191

9292
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
93-
requestOptions.headers["x-aspose-client-version"] = "20.6";
93+
requestOptions.headers["x-aspose-client-version"] = "20.7";
9494

9595
const auth = confguration.authentication;
9696
if (!notApplyAuthToRequest) {

0 commit comments

Comments
 (0)