From ad04b60f6b635eef3000229d5609ec57eaa661e9 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Mon, 26 Aug 2024 10:19:40 +0200 Subject: [PATCH] rabbitmq-stream-go-client v1.4.9 --- VERSION | 2 +- pkg/stream/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b2e46d1..4ea2b1f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.8 +1.4.9 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index 550c5cc..7ca9468 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.8" + ClientVersion = "1.4.9" commandDeclarePublisher = 1 commandPublish = 2