Skip to content

Commit 89ba0a8

Browse files
committed
Update version to 0.9-alpha
1 parent 23c5082 commit 89ba0a8

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
@@ -8,7 +8,7 @@ Experimental client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rab
88
---
99

1010
```
11-
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.8-alpha
11+
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.9-alpha
1212
```
1313

1414
### Getting started

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8-alpha
1+
0.9-alpha

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const (
7979
defaultSocketBuffer = 4096
8080

8181
//
82-
ClientVersion = "0.8-alpha"
82+
ClientVersion = "0.9-alpha"
8383

8484
StreamTcpPort = "5552"
8585
)

0 commit comments

Comments
 (0)