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 cb8a3bb commit a6f230fCopy full SHA for a6f230f
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.6-alpha
+go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.7-alpha
12
13
14
### Getting started
VERSION
@@ -1 +1 @@
1
-0.6-alpha
+0.7-alpha
pkg/stream/constants.go
@@ -69,7 +69,7 @@ const (
69
defaultReadSocketBuffer = 4096 * 2
70
71
//
72
- ClientVersion = "0.6-alpha"
+ ClientVersion = "0.7-alpha"
73
74
StreamTcpPort = "5552"
75
)
0 commit comments