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

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

commit bd032dff36d3a6431dcece86e9687d1f0c2ef87c
Author: LinkinStars <linkins...@foxmail.com>
AuthorDate: Wed May 28 10:16:27 2025 +0800

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

diff --git a/Makefile b/Makefile
index 62981b78..d88d5085 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: build clean ui
 
-VERSION=1.5.0
+VERSION=1.5.1
 BIN=answer
 DIR_SRC=./cmd/answer
 DOCKER_CMD=docker
diff --git a/README.md b/README.md
index 3e1a1bcf..8f5ae243 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.0
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.5.1
 ```
 
 For more information, see 
[Installation](https://answer.apache.org/docs/installation).

Reply via email to