From 1e038068ee7a2c7e6ee38d553c5d3fbb3daa7b20 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Wed, 26 Jun 2024 09:21:31 +0200 Subject: [PATCH] bump version to 1.4.6 Signed-off-by: Gabriele Santomaggio --- VERSION | 2 +- pkg/stream/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e516bb9d..c514bd85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.5 +1.4.6 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index 8fb69620..145d3606 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.5" + ClientVersion = "1.4.6" commandDeclarePublisher = 1 commandPublish = 2