We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ec702 commit 52ce2efCopy full SHA for 52ce2ef
connection.go
@@ -28,7 +28,7 @@ const (
28
defaultHeartbeat = 10 * time.Second
29
defaultConnectionTimeout = 30 * time.Second
30
defaultProduct = "AMQP 0.9.1 Client"
31
- buildVersion = "1.6.0"
+ buildVersion = "1.8.1"
32
platform = "golang"
33
// Safer default that makes channel leaks a lot easier to spot
34
// before they create operational headaches. See https://github.com/rabbitmq/rabbitmq-server/issues/1593.
0 commit comments