We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ddd64 commit e8a1547Copy full SHA for e8a1547
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.3.4"
+ buildVersion = "1.4.0"
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