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 5eb6d81 commit 6272999Copy full SHA for 6272999
README.md
@@ -43,7 +43,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
43
### Installing
44
45
```shell
46
-go get -u github.com/rabbitmq/rabbitmq-stream-go-client
+go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.12-alpha
47
```
48
49
imports:
VERSION
@@ -1 +1 @@
1
-0.11-alpha
+0.12-alpha
pkg/stream/constants.go
@@ -90,7 +90,7 @@ const (
90
defaultBatchSize = 100
91
defaultBatchPublishingDelay = 100
92
//
93
- ClientVersion = "0.11-alpha"
+ ClientVersion = "0.12-alpha"
94
95
StreamTcpPort = "5552"
96
)
0 commit comments