Skip to content

Commit

Permalink
Merge pull request #828 from nats-io/release_1_12_3
Browse files Browse the repository at this point in the history
Release v1.12.3
  • Loading branch information
kozlovic committed Sep 21, 2021
2 parents 68de9e1 + 811158b commit 4a0ad2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ When using or transitioning to Go modules support:
```bash
# Go client latest or explicit version
go get github.com/nats-io/nats.go/@latest
go get github.com/nats-io/nats.go/@v1.12.2
go get github.com/nats-io/nats.go/@v1.12.3

# For latest NATS Server, add /v2 at the end
go get github.com/nats-io/nats-server/v2
Expand Down
2 changes: 1 addition & 1 deletion nats.go
Expand Up @@ -46,7 +46,7 @@ import (

// Default Constants
const (
Version = "1.12.2"
Version = "1.12.3"
DefaultURL = "nats://127.0.0.1:4222"
DefaultPort = 4222
DefaultMaxReconnect = 60
Expand Down

0 comments on commit 4a0ad2a

Please sign in to comment.