Skip to content

Commit ee71481

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents fb61d9b + 2bdf08f commit ee71481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ namespace aspose::words::cloud {
168168

169169
::httplib::Headers headers;
170170
headers.emplace("Authorization", m_AccessToken);
171-
headers.emplace("x-aspose-client-version", "24.9");
171+
headers.emplace("x-aspose-client-version", "24.10");
172172
headers.emplace("x-aspose-client", "C++ SDK");
173173

174174
for (auto& pair : httpRequest->getHeaders()) {

0 commit comments

Comments
 (0)