-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhaomingqiang
committed
Feb 11, 2022
1 parent
c56c0ff
commit dcb9326
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].43 | ||
go get github.com/larksuite/[email protected].44 | ||
``` | ||
|
||
## Explanation of terms | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
--- | ||
|
||
```shell | ||
go get github.com/larksuite/[email protected].43 | ||
go get github.com/larksuite/[email protected].44 | ||
``` | ||
|
||
## 术语解释 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package core | ||
|
||
const SdkVersion = "v1.1.43" | ||
const SdkVersion = "v1.1.44" |