Skip to content

Commit c191040

Browse files
committedDec 23, 2024
Release v0.6.0
1 parent e67e74e commit c191040

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
2+
build
23
cmake-build-debug
34
*/.idea
45
*/cmake-build-debug

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMG_NAME=bandnoticeboard/forestmq:0.5.2
1+
IMG_NAME=bandnoticeboard/forestmq:0.6.0
22

33
build:
44
mkdir build

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Message Queue built on [libevent](https://libevent.org/)
2525
### Quick Start
2626
#### Run with Docker
2727
```
28-
docker run -p 8005:8005 bandnoticeboard/forestmq:0.5.2
28+
docker run -p 8005:8005 bandnoticeboard/forestmq:0.6.0
2929
```
3030

3131
Forest MQ is still in very early stages of development, but

0 commit comments

Comments
 (0)
Please sign in to comment.