Skip to content

Commit

Permalink
🔖 Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jysperm committed Oct 20, 2021
1 parent ebeb27f commit 592ba59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ 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>`
- Write changelog on [GitHub Releases](https://github.com/leancloud/go-sdk/releases)
- Upgrade [golang-getting-started](https://github.com/leancloud/golang-getting-started) to latest SDK
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.2.0"
const Version = "0.3.0"

type Client struct {
serverURL string
Expand Down

0 comments on commit 592ba59

Please sign in to comment.