From 5183ca22e086b65528e8e04c3c66a6beca3cc638 Mon Sep 17 00:00:00 2001 From: zhaomingqiang Date: Fri, 30 Jul 2021 10:53:56 +0800 Subject: [PATCH] CalendarEventCreate --- README.md | 2 +- README.zh.md | 2 +- core/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35487efc..57641bed 100644 --- a/README.md +++ b/README.md @@ -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@v1.1.40-rc1 +go get github.com/larksuite/oapi-sdk-go@v1.1.40-rc2 ``` ## Explanation of terms diff --git a/README.zh.md b/README.zh.md index 1dd1a0a1..ac0a06b2 100644 --- a/README.zh.md +++ b/README.zh.md @@ -28,7 +28,7 @@ --- ```shell -go get github.com/larksuite/oapi-sdk-go@v1.1.40-rc1 +go get github.com/larksuite/oapi-sdk-go@v1.1.40-rc2 ``` ## 术语解释 diff --git a/core/version.go b/core/version.go index 89ca57ef..79ba19c3 100644 --- a/core/version.go +++ b/core/version.go @@ -1,3 +1,3 @@ package core -const SdkVersion = "v1.1.40-rc1" +const SdkVersion = "v1.1.40-rc2"