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

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

commit dd16be0a6190cf54f3ed09c640a25e680f3d8e9b
Author: LinkinStars <[email protected]>
AuthorDate: Tue Oct 22 14:52:52 2024 +0800

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

diff --git a/Makefile b/Makefile
index 8279d17a..0e398f93 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: build clean ui
 
-VERSION=1.4.0
+VERSION=1.4.1
 BIN=answer
 DIR_SRC=./cmd/answer
 DOCKER_CMD=docker
diff --git a/README.md b/README.md
index 7d753805..351b5f67 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.0
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.1
 ```
 
 For more information, see 
[Installation](https://answer.apache.org/docs/installation).

Reply via email to