We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cdcd5 commit c390b3fCopy full SHA for c390b3f
VERSION
@@ -1 +1 @@
1
-1.3.0
+1.3.1
pkg/stream/constants.go
@@ -19,7 +19,7 @@ const (
19
const initBufferPublishSize = 2 + 2 + 1 + 4
20
21
const (
22
- ClientVersion = "1.3.0"
+ ClientVersion = "1.3.1"
23
24
commandDeclarePublisher = 1
25
commandPublish = 2
0 commit comments