From 8d1550e34f3046102b8b4601e1801868172fc568 Mon Sep 17 00:00:00 2001 From: Daniele Date: Fri, 1 Apr 2022 15:21:41 +0200 Subject: [PATCH] bump version to 1.3.4 (#63) Co-authored-by: Daniele Palaia --- connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.go b/connection.go index a055764..83ed165 100644 --- a/connection.go +++ b/connection.go @@ -24,7 +24,7 @@ const ( defaultHeartbeat = 10 * time.Second defaultConnectionTimeout = 30 * time.Second defaultProduct = "Amqp 0.9.1 Client" - buildVersion = "1.3.3" + buildVersion = "1.3.4" 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.