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 eb5f2be commit 0cff038Copy full SHA for 0cff038
README.md
@@ -44,7 +44,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
44
### Installing
45
46
```shell
47
-go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.1.0-RC4
+go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v1.0.0-rc.5
48
```
49
50
imports:
VERSION
@@ -1 +1 @@
1
-0.1.0-RC4
+1.0.0-rc.5
pkg/stream/constants.go
@@ -19,7 +19,7 @@ const (
19
const initBufferPublishSize = 2 + 2 + 1 + 4
20
21
const (
22
- ClientVersion = "0.1.0-RC4"
+ ClientVersion = "1.0.0-rc.5"
23
24
commandDeclarePublisher = 1
25
commandPublish = 2
0 commit comments