Skip to content

Commit e8a1547

Browse files
committed
Version 1.4.0
1 parent 66ddd64 commit e8a1547

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.3.4"
31+
buildVersion = "1.4.0"
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)