Skip to content

Commit eb5f2be

Browse files
committed
Update to rc 4
1 parent dc29860 commit eb5f2be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
4444
### Installing
4545

4646
```shell
47-
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.1.0-RC2
47+
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.1.0-RC4
4848
```
4949

5050
imports:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-RC2
1+
0.1.0-RC4

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
const initBufferPublishSize = 2 + 2 + 1 + 4
2020

2121
const (
22-
ClientVersion = "0.1.0-RC2"
22+
ClientVersion = "0.1.0-RC4"
2323

2424
commandDeclarePublisher = 1
2525
commandPublish = 2

0 commit comments

Comments
 (0)