This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch release/1.6.0 in repository https://gitbox.apache.org/repos/asf/answer.git
commit fa7ff6a9c696d6480c276472659a1064a8105b2f Author: LinkinStars <linkins...@foxmail.com> AuthorDate: Thu Jul 17 15:54:28 2025 +0800 docs(Makefile): upgrade version to 1.6.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d88d5085..0319a019 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build clean ui -VERSION=1.5.1 +VERSION=1.6.0 BIN=answer DIR_SRC=./cmd/answer DOCKER_CMD=docker diff --git a/README.md b/README.md index 8fbb325b..a05b68f8 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.5.1 +docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.6.0 ``` For more information, see [Installation](https://answer.apache.org/docs/installation).