Skip to content

Commit

Permalink
🔖 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Oct 13, 2021
1 parent c1e3f83 commit fc3eb07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ import "github.com/leancloud/go-sdk/leancloud"

- [Go SDK Setup](https://leancloud.cn/docs/sdk_setup-go.html)
- [API Reference](https://pkg.go.dev/github.com/leancloud/go-sdk/leancloud)

## Development

Release:

- Update `Version` in `leancloud/client.go`
- `git tag v<major>.<minor>.<patch>`
- Update pkg.go.dev via `GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/leancloud/go-sdk@v<major>.<minor>.<patch>`
2 changes: 1 addition & 1 deletion leancloud/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const Version = "0.1.0"
const Version = "0.2.0"

type Client struct {
serverURL string
Expand Down

0 comments on commit fc3eb07

Please sign in to comment.