Skip to content

Commit

Permalink
Merge pull request #368 from nats-io/release_0_10_3
Browse files Browse the repository at this point in the history
Release v0.10.3
  • Loading branch information
kozlovic committed Jul 29, 2022
2 parents 64446ca + 92f61c3 commit 98ecfee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When using or transitioning to Go modules support:
```bash
# Go client latest or explicit version
go get github.com/nats-io/stan.go/@latest
go get github.com/nats-io/stan.go/@v0.10.2
go get github.com/nats-io/stan.go/@v0.10.3
```

## Important things to know about reconnections.
Expand Down
2 changes: 1 addition & 1 deletion stan.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

// Version is the NATS Streaming Go Client version
const Version = "0.10.2"
const Version = "0.10.3"

const (
// DefaultNatsURL is the default URL the client connects to
Expand Down

0 comments on commit 98ecfee

Please sign in to comment.