Skip to content

Commit e421380

Browse files
committed
Change version to 0.1.0-RC1
1 parent 204a928 commit e421380

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
@@ -43,7 +43,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
4343
### Installing
4444

4545
```shell
46-
go get -u github.com/rabbitmq/[email protected]beta
46+
go get -u github.com/rabbitmq/[email protected]RC1
4747
```
4848

4949
imports:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1-beta
1+
0.1.0-RC1

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.1-beta"
22+
ClientVersion = "0.1.0-RC1"
2323

2424
commandDeclarePublisher = 1
2525
commandPublish = 2

0 commit comments

Comments
 (0)