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

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

commit e9c403c8ea8162b01bb157c8f16b621494453200
Author: LinkinStars <linkins...@foxmail.com>
AuthorDate: Tue Apr 29 14:56:01 2025 +0800

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

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

Reply via email to