Skip to content

Commit

Permalink
bump buildVersion for release (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Palaia <[email protected]>
  • Loading branch information
DanielePalaia and Daniele Palaia authored Apr 1, 2022
1 parent a9a4167 commit 1bbe7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
defaultHeartbeat = 10 * time.Second
defaultConnectionTimeout = 30 * time.Second
defaultProduct = "Amqp 0.9.1 Client"
buildVersion = "1.3.2"
buildVersion = "1.3.3"
platform = "golang"
// Safer default that makes channel leaks a lot easier to spot
// before they create operational headaches. See https://github.com/rabbitmq/rabbitmq-server/issues/1593.
Expand Down

0 comments on commit 1bbe7eb

Please sign in to comment.