Skip to content

Commit 11bd9c7

Browse files
SDK regenerated by CI server [ci skip]
1 parent 0e449b6 commit 11bd9c7

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

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

0 commit comments

Comments
 (0)