Skip to content

Commit

Permalink
CalendarEventCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Jul 30, 2021
1 parent 97f58ff commit 5183ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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]rc1
go get github.com/larksuite/[email protected]rc2
```

## 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 @@ -28,7 +28,7 @@
---

```shell
go get github.com/larksuite/[email protected]rc1
go get github.com/larksuite/[email protected]rc2
```

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

0 comments on commit 5183ca2

Please sign in to comment.