We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bc81d commit b515eeaCopy full SHA for b515eea
README.md
@@ -28,13 +28,13 @@
28
to install sdk
29
30
```shell
31
-go get ella.to/bus@v0.3.18
+go get ella.to/bus@v0.3.21
32
```
33
34
to install a cli, run the following
35
36
37
-go install ella.to/bus/cmd/bus@v0.3.18
+go install ella.to/bus/cmd/bus@v0.3.21
38
39
40
and to run the server using docker, simply use the provided docker-compose and run it
bus.go
@@ -15,7 +15,7 @@ import (
15
16
var (
17
// these variables are set during build time
18
- Version = "v0.3.18"
+ Version = "v0.3.21"
19
GitCommit = ""
20
// the following variables are used in the project
21
msgType = "msg"
0 commit comments