Skip to content

Commit

Permalink
fix sheets API
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Sep 15, 2021
1 parent 71eda91 commit 3972b79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you encounter any problems during usage, please let us know by submitting [G

- The latest release candidate provides more [open services API](/service) and bug repair.
```shell
go get github.com/larksuite/[email protected]rc5
go get github.com/larksuite/[email protected]rc6
```

## Explanation of terms
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
---

```shell
go get github.com/larksuite/[email protected]rc5
go get github.com/larksuite/[email protected]rc6
```

## 术语解释
Expand Down
2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package core

const SdkVersion = "v1.1.40-rc5"
const SdkVersion = "v1.1.40-rc6"
6 changes: 3 additions & 3 deletions service/sheets/v2/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions service/sheets/v2/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3972b79

Please sign in to comment.