We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f67fc commit cb7961eCopy full SHA for cb7961e
api/swagger.yaml
@@ -1,7 +1,7 @@
1
---
2
swagger: "2.0"
3
info:
4
- version: "20.9"
+ version: "20.11.1"
5
title: "Aspose.Cells Cloud SDK APIs."
6
host: "api.aspose.cloud"
7
basePath: "/v3.0"
api_cells.go
@@ -31,7 +31,7 @@ import (
31
"os"
32
)
33
func Version() {
34
- fmt.Println("---Version: 20.11.0---")
+ fmt.Println("---Version: 20.11.1---")
35
}
36
37
/* Create Instance of CellsApiService
0 commit comments