Skip to content

Commit 5eb51be

Browse files
committed
Version 1.9.0
1 parent 607b817 commit 5eb51be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"erlang": "26.1",
3-
"rabbitmq": "3.12.4"
2+
"erlang": "26.1.1",
3+
"rabbitmq": "3.12.6"
44
}

connection.go

Lines changed: 1 addition & 1 deletion
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.8.1"
31+
buildVersion = "1.9.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)