Skip to content

Commit 0cff038

Browse files
committed
change the versioning format like the others
stream clients. Promoted to 1.0.0-rc.5
1 parent eb5f2be commit 0cff038

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-RC4
47+
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v1.0.0-rc.5
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-RC4
1+
1.0.0-rc.5

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-RC4"
22+
ClientVersion = "1.0.0-rc.5"
2323

2424
commandDeclarePublisher = 1
2525
commandPublish = 2

0 commit comments

Comments
 (0)