Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
  • Loading branch information
kozlovic committed Dec 3, 2019
1 parent 8c53459 commit 951b6f8
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.5.0
go get github.com/nats-io/stan.go/@v0.5.2
```

## Basic Usage
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.5.0"
const Version = "0.5.2"

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

0 comments on commit 951b6f8

Please sign in to comment.