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 1ea85e2 commit 1866b33Copy full SHA for 1866b33
src/api_client.cpp
@@ -168,7 +168,7 @@ namespace aspose::words::cloud {
168
169
::httplib::Headers headers;
170
headers.emplace("Authorization", m_AccessToken);
171
- headers.emplace("x-aspose-client-version", "25.1");
+ headers.emplace("x-aspose-client-version", "25.2");
172
headers.emplace("x-aspose-client", "C++ SDK");
173
174
for (auto& pair : httpRequest->getHeaders()) {
0 commit comments