Skip to content

Commit a076b65

Browse files
SDK regenerated by CI server [ci skip]
1 parent a4019dc commit a076b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/api/api_client.go

+1-1
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 v23.10
68+
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v23.11
6969
// In most cases there should be only one, shared, APIClient.
7070
type APIClient struct {
7171
cfg *models.Configuration

dev/api/models/configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func NewConfiguration(configFilePath string) (pConfig *Configuration, err error)
9999
cfg := Configuration{
100100
BaseUrl: "https://api.aspose.cloud",
101101
DebugMode: false,
102-
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "23.10"},
102+
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "23.11"},
103103
}
104104
err = json.Unmarshal(data, &cfg)
105105

0 commit comments

Comments
 (0)