diff --git a/VERSION b/VERSION index be05bba9..b2e46d18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.7 +1.4.8 diff --git a/pkg/stream/constants.go b/pkg/stream/constants.go index c949ec2d..550c5ccc 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.7" + ClientVersion = "1.4.8" commandDeclarePublisher = 1 commandPublish = 2