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 23c5082 commit 89ba0a8Copy full SHA for 89ba0a8
README.md
@@ -8,7 +8,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
8
---
9
10
```
11
-go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.8-alpha
+go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.9-alpha
12
13
14
### Getting started
VERSION
@@ -1 +1 @@
1
-0.8-alpha
+0.9-alpha
pkg/stream/constants.go
@@ -79,7 +79,7 @@ const (
79
defaultSocketBuffer = 4096
80
81
//
82
- ClientVersion = "0.8-alpha"
+ ClientVersion = "0.9-alpha"
83
84
StreamTcpPort = "5552"
85
)
0 commit comments