Skip to content

Commit 9d34ca3

Browse files
SDK regenerated by CI server [ci skip]
1 parent 49069a2 commit 9d34ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/api/api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565
xmlCheck = regexp.MustCompile("(?i:[application|text]/xml)")
6666
)
6767

68-
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v21.12
68+
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v22.1
6969
// In most cases there should be only one, shared, APIClient.
7070
type APIClient struct {
7171
cfg *models.Configuration

dev/api/models/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func NewConfiguration(configFilePath string) (pConfig *Configuration, err error)
9696
cfg := Configuration{
9797
BaseUrl: "https://api.aspose.cloud",
9898
DebugMode: false,
99-
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "21.12"},
99+
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "22.1"},
100100
}
101101
err = json.Unmarshal(data, &cfg)
102102

0 commit comments

Comments
 (0)