From e8a15471f2ce97df1243b644b1ccaff8eda88fd3 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Tue, 19 Jul 2022 07:34:42 -0700 Subject: [PATCH] Version 1.4.0 --- connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.go b/connection.go index 3219370..6269f71 100644 --- a/connection.go +++ b/connection.go @@ -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.