We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e3f83 commit fc3eb07Copy full SHA for fc3eb07
README.md
@@ -13,3 +13,11 @@ import "github.com/leancloud/go-sdk/leancloud"
13
14
- [Go SDK Setup](https://leancloud.cn/docs/sdk_setup-go.html)
15
- [API Reference](https://pkg.go.dev/github.com/leancloud/go-sdk/leancloud)
16
+
17
+## Development
18
19
+Release:
20
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>`
leancloud/client.go
@@ -7,7 +7,7 @@ import (
7
"strings"
8
)
9
10
-const Version = "0.1.0"
+const Version = "0.2.0"
11
12
type Client struct {
serverURL string
0 commit comments