Skip to content

Commit b515eea

Browse files
committed
Bump version to v0.3.21
1 parent 59bc81d commit b515eea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
to install sdk
2929

3030
```shell
31-
go get ella.to/bus@v0.3.18
31+
go get ella.to/bus@v0.3.21
3232
```
3333

3434
to install a cli, run the following
3535

3636
```shell
37-
go install ella.to/bus/cmd/bus@v0.3.18
37+
go install ella.to/bus/cmd/bus@v0.3.21
3838
```
3939

4040
and to run the server using docker, simply use the provided docker-compose and run it

bus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var (
1717
// these variables are set during build time
18-
Version = "v0.3.18"
18+
Version = "v0.3.21"
1919
GitCommit = ""
2020
// the following variables are used in the project
2121
msgType = "msg"

0 commit comments

Comments
 (0)