Skip to content

Commit cb7961e

Browse files
committed
Fix Aspose.Cells Cloud SDK 20.11.1
1 parent 32f67fc commit cb7961e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
swagger: "2.0"
33
info:
4-
version: "20.9"
4+
version: "20.11.1"
55
title: "Aspose.Cells Cloud SDK APIs."
66
host: "api.aspose.cloud"
77
basePath: "/v3.0"

api_cells.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
"os"
3232
)
3333
func Version() {
34-
fmt.Println("---Version: 20.11.0---")
34+
fmt.Println("---Version: 20.11.1---")
3535
}
3636

3737
/* Create Instance of CellsApiService

0 commit comments

Comments
 (0)