Skip to content

Commit 9fb78a6

Browse files
committed
Update to v20.12
1 parent bbe723a commit 9fb78a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose.PDF Cloud
22
- API version: 3.0
3-
- Package version: 20.9.0
3+
- Package version: 20.12.0
44

55
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
66

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func (c *APIClient) prepareRequest (
175175

176176
// set custom header
177177
headerParams["x-aspose-client"] = "go sdk"
178-
headerParams["x-aspose-client-version"] = "20.9.0"
178+
headerParams["x-aspose-client-version"] = "20.12.0"
179179

180180
// Detect postBody type and post.
181181
if postBody != nil {

0 commit comments

Comments
 (0)