docs(Makefile): upgrade version to 1.4.1

This commit is contained in:
LinkinStars
2024-10-22 14:52:52 +08:00
parent 0c5eb64ffa
commit dd16be0a61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: build clean ui
VERSION=1.4.0
VERSION=1.4.1
BIN=answer
DIR_SRC=./cmd/answer
DOCKER_CMD=docker
+1 -1
View File
@@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache
### Running with docker
```bash
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.0
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.1
```
For more information, see [Installation](https://answer.apache.org/docs/installation).