Skip to content

Commit

Permalink
bump version to 1.3.4 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Palaia <dpalaia@dpalaia-a02.vmware.com>
  • Loading branch information
DanielePalaia and Daniele Palaia committed Apr 1, 2022
1 parent dec04a7 commit 8d1550e
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.3"
buildVersion = "1.3.4"
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 8d1550e

Please sign in to comment.