From 5eb51bef315be9a8721bb396540a5765df38bf0e Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Mon, 2 Oct 2023 12:11:52 -0700 Subject: [PATCH] Version 1.9.0 --- .ci/versions.json | 4 ++-- connection.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/versions.json b/.ci/versions.json index 602c19a..89002ac 100644 --- a/.ci/versions.json +++ b/.ci/versions.json @@ -1,4 +1,4 @@ { - "erlang": "26.1", - "rabbitmq": "3.12.4" + "erlang": "26.1.1", + "rabbitmq": "3.12.6" } diff --git a/connection.go b/connection.go index d5e5baa..c8bb820 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.8.1" + buildVersion = "1.9.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.