Skip to content

Commit 592ba59

Browse files
committed
🔖 Release 0.3.0
1 parent ebeb27f commit 592ba59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Release:
2121
- Update `Version` in `leancloud/client.go`
2222
- `git tag v<major>.<minor>.<patch>`
2323
- 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

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.2.0"
10+
const Version = "0.3.0"
1111

1212
type Client struct {
1313
serverURL string

0 commit comments

Comments
 (0)