We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeb27f commit 592ba59Copy full SHA for 592ba59
README.md
@@ -21,3 +21,5 @@ Release:
21
- Update `Version` in `leancloud/client.go`
22
- `git tag v<major>.<minor>.<patch>`
23
- Update pkg.go.dev via `GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/leancloud/go-sdk@v<major>.<minor>.<patch>`
24
+- Write changelog on [GitHub Releases](https://github.com/leancloud/go-sdk/releases)
25
+- Upgrade [golang-getting-started](https://github.com/leancloud/golang-getting-started) to latest SDK
leancloud/client.go
@@ -7,7 +7,7 @@ import (
7
"strings"
8
)
9
10
-const Version = "0.2.0"
+const Version = "0.3.0"
11
12
type Client struct {
13
serverURL string
0 commit comments