Skip to content

Commit f9cf6f4

Browse files
author
Kirill Novinskiy
committed
update to 24.6.0
1 parent 82230b0 commit f9cf6f4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 24.5
12+
## Enhancements in Version 24.6
1313
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1414

15-
## Bugs fixed in Version 24.5
16-
- Aspose.PDF Cloud Service Throws Bad Gateway Error intermittently.
17-
1815
## Installation
1916
```
2017
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v24

api_client.go

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

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "24.5.0"
179+
headerParams["x-aspose-client-version"] = "24.6.0"
180180

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

0 commit comments

Comments
 (0)