Skip to content

Commit ee9e9d3

Browse files
SDK regenerated by CI server [ci skip]
1 parent 70a0702 commit ee9e9d3

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", "25.8");
171+
headers.emplace("x-aspose-client-version", "25.9");
172172
headers.emplace("x-aspose-client", "C++ SDK");
173173

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

0 commit comments

Comments
 (0)