Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Mar 14, 2023
1 parent 5cadb98 commit c336cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
2 changes: 1 addition & 1 deletion pkg/stream/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
const initBufferPublishSize = 2 + 2 + 1 + 4

const (
ClientVersion = "1.0.2"
ClientVersion = "1.1.0"

commandDeclarePublisher = 1
commandPublish = 2
Expand Down

0 comments on commit c336cbb

Please sign in to comment.