From ab4d47031c9b174888fa61f06e2c3a7063119308 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Mon, 2 Dec 2024 09:17:13 +0100 Subject: [PATCH] rabbitmq-stream-go-client v1.4.11 --- VERSION | 2 +- pkg/stream/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ac9f79ca..079d7f69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.10 +1.4.11 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index a0c0c464..26ad5b5e 100644 --- a/pkg/stream/constants.go +++ b/pkg/stream/constants.go @@ -19,7 +19,7 @@ const ( const initBufferPublishSize = 2 + 2 + 1 + 4 const ( - ClientVersion = "1.4.10" + ClientVersion = "1.4.11" commandDeclarePublisher = 1 commandPublish = 2