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 3972b79 commit de47e04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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]rc6
go get github.com/larksuite/[email protected]rc7
```

## 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]rc6
go get github.com/larksuite/[email protected]rc7
```

## 术语解释
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-rc6"
const SdkVersion = "v1.1.40-rc7"
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.

0 comments on commit de47e04

Please sign in to comment.