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

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

commit b5235996315cf9a8f01f87864e3bce334a28e5e6
Author: LinkinStars <[email protected]>
AuthorDate: Mon Dec 9 11:43:23 2024 +0800

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

diff --git a/Makefile b/Makefile
index a980a047..8b054aab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: build clean ui
 
-VERSION=1.4.1
+VERSION=1.4.2
 BIN=answer
 DIR_SRC=./cmd/answer
 DOCKER_CMD=docker
diff --git a/README.md b/README.md
index 4eb1cc7c..bdf036c7 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.4.1
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.2
 ```
 
 For more information, see 
[Installation](https://answer.apache.org/docs/installation).

Reply via email to