Skip to content

Commit bd032df

Browse files
committed
upgrade(docs): upgrade to 1.5.1
1 parent e859e47 commit bd032df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build clean ui
22

3-
VERSION=1.5.0
3+
VERSION=1.5.1
44
BIN=answer
55
DIR_SRC=./cmd/answer
66
DOCKER_CMD=docker

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache
2323
### Running with docker
2424

2525
```bash
26-
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.5.0
26+
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.5.1
2727
```
2828

2929
For more information, see [Installation](https://answer.apache.org/docs/installation).

0 commit comments

Comments
 (0)