Skip to content

Commit

Permalink
Merge pull request #33 from larksuite/beta
Browse files Browse the repository at this point in the history
v1.1.39-rc3
  • Loading branch information
Mingqiang Zhao authored Jun 11, 2021
2 parents 6a67a4b + a8fce82 commit 7f882e1
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/oapi-sdk-go@1.1.39-rc3
go get github.com/larksuite/oapi-sdk-go@v1.1.39-rc3
```

- Stable version
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 @@
- 最新的发布候选版本,提供更多[开放服务 API](/service) 以及 Bug 修复

```shell
go get github.com/larksuite/oapi-sdk-go@1.1.39-rc3
go get github.com/larksuite/oapi-sdk-go@v1.1.39-rc3
```

- 稳定版本
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 = "1.1.39-rc3"
const SdkVersion = "v1.1.39-rc3"

0 comments on commit 7f882e1

Please sign in to comment.