Skip to content

Commit 1f2a7df

Browse files
committed
Update to 1.0.0-rc8
1 parent 827dfdc commit 1f2a7df

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 @@ Go client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rabbitmq-serv
4444
### Installing
4545

4646
```shell
47-
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v1.0.0-rc7
47+
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v1.0.0-rc8
4848
```
4949

5050
imports:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc7
1+
1.0.0-rc8

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 = "1.0.0-rc7"
22+
ClientVersion = "1.0.0-rc8"
2323

2424
commandDeclarePublisher = 1
2525
commandPublish = 2

0 commit comments

Comments
 (0)