Skip to content

Commit

Permalink
Merge pull request #371 from nats-io/release_0_10_4
Browse files Browse the repository at this point in the history
Release v0.10.4
  • Loading branch information
kozlovic committed Jan 11, 2023
2 parents f5de62f + 330725c commit d2049c1
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.3
go get github.com/nats-io/stan.go/@v0.10.4
```

## 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.3"
const Version = "0.10.4"

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

0 comments on commit d2049c1

Please sign in to comment.