From 5dbc85b06f0e249c4d45e9c0d87fca0f7be6fb8f Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Thu, 25 Jul 2024 10:23:15 +0200 Subject: [PATCH] bump version to 1.4.7 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 c514bd85..be05bba9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.6 +1.4.7 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index 0cf81662..c949ec2d 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.6" + ClientVersion = "1.4.7" commandDeclarePublisher = 1 commandPublish = 2