This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/test by this push:
new b79fb383 docs(Makefile): upgrade version to 1.7.0
b79fb383 is described below
commit b79fb38300d9627751828f8ea90e252c2c9aa224
Author: LinkinStars <[email protected]>
AuthorDate: Tue Oct 28 15:23:17 2025 +0800
docs(Makefile): upgrade version to 1.7.0
---
Makefile | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 0319a019..6e9679a8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: build clean ui
-VERSION=1.6.0
+VERSION=1.7.0
BIN=answer
DIR_SRC=./cmd/answer
DOCKER_CMD=docker
diff --git a/README.md b/README.md
index a05b68f8..8d201500 100644
--- a/README.md
+++ b/README.md
@@ -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.6.0
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.7.0
```
For more information, see
[Installation](https://answer.apache.org/docs/installation).