Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jul 19, 2022
1 parent 66ddd64 commit e8a1547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Expand Up @@ -28,7 +28,7 @@ const (
defaultHeartbeat = 10 * time.Second
defaultConnectionTimeout = 30 * time.Second
defaultProduct = "Amqp 0.9.1 Client"
buildVersion = "1.3.4"
buildVersion = "1.4.0"
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 e8a1547

Please sign in to comment.