Skip to content

Commit fc3eb07

Browse files
committed
🔖 Release 0.2.0
1 parent c1e3f83 commit fc3eb07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ import "github.com/leancloud/go-sdk/leancloud"
1313

1414
- [Go SDK Setup](https://leancloud.cn/docs/sdk_setup-go.html)
1515
- [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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
const Version = "0.1.0"
10+
const Version = "0.2.0"
1111

1212
type Client struct {
1313
serverURL string

0 commit comments

Comments
 (0)