This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch release/2.0.0
in repository https://gitbox.apache.org/repos/asf/answer.git

commit 34c1e8a38a4ea6bcd140508afb71bcd373757bff
Author: LinkinStars <[email protected]>
AuthorDate: Wed Jan 28 15:45:39 2026 +0800

    docs(Makefile): upgrade version to 2.0.0
---
 Makefile  | 3 +--
 README.md | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 14d52503..4944edbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 .PHONY: build clean ui
 
-VERSION=1.7.1
-BIN=answer
+VERSION=2.0.0
 DIR_SRC=./cmd/answer
 DOCKER_CMD=docker
 
diff --git a/README.md b/README.md
index 6e96c516..b9ffc2d8 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.7.1
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.0
 ```
 
 For more information, see 
[Installation](https://answer.apache.org/docs/installation).

Reply via email to