Skip to content

Commit 52ce2ef

Browse files
committed
Version 1.8.1
Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
1 parent 90ec702 commit 52ce2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
defaultHeartbeat = 10 * time.Second
2929
defaultConnectionTimeout = 30 * time.Second
3030
defaultProduct = "AMQP 0.9.1 Client"
31-
buildVersion = "1.6.0"
31+
buildVersion = "1.8.1"
3232
platform = "golang"
3333
// Safer default that makes channel leaks a lot easier to spot
3434
// before they create operational headaches. See https://github.com/rabbitmq/rabbitmq-server/issues/1593.

0 commit comments

Comments
 (0)