From 77deb9d8eb80776b8862854017f2d96114686af0 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Fri, 24 May 2024 09:20:17 +0200 Subject: [PATCH] Bump to 1.4.3 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 9df886c..428b770 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.2 +1.4.3 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index a4d54f0..c9196ae 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.2" + ClientVersion = "1.4.3" commandDeclarePublisher = 1 commandPublish = 2