Skip to content

Commit 5dbc85b

Browse files
committed
bump version to 1.4.7
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
1 parent 34bcc2d commit 5dbc85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.4.7

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
const initBufferPublishSize = 2 + 2 + 1 + 4
2020

2121
const (
22-
ClientVersion = "1.4.6"
22+
ClientVersion = "1.4.7"
2323

2424
commandDeclarePublisher = 1
2525
commandPublish = 2

0 commit comments

Comments
 (0)