docs(Makefile): upgrade version to 1.7.1

This commit is contained in:
LinkinStars
2025-12-11 11:39:32 +08:00
parent 570ee76979
commit f4b6caea77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: build clean ui
VERSION=1.7.0
VERSION=1.7.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.7.0
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.7.1
```
For more information, see [Installation](https://answer.apache.org/docs/installation).