Skip to content

Commit a6f230f

Browse files
committed
Change version to 0.7
1 parent cb8a3bb commit a6f230f

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.6-alpha
11+
go get -u github.com/rabbitmq/rabbitmq-stream-go-client@v0.7-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.6-alpha
1+
0.7-alpha

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const (
6969
defaultReadSocketBuffer = 4096 * 2
7070

7171
//
72-
ClientVersion = "0.6-alpha"
72+
ClientVersion = "0.7-alpha"
7373

7474
StreamTcpPort = "5552"
7575
)

0 commit comments

Comments
 (0)