fix: update version to 2.0.2 in Makefile and README
Build Binary For Release / build-goreleaser (push) Waiting to run
Build Docker Image For Release / build (push) Waiting to run
Lint / Lint (ubuntu-latest) (push) Waiting to run

This commit is contained in:
LinkinStars
2026-07-09 17:29:44 +08:00
parent 9d9f5d06a8
commit 2758e23381
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: build clean ui
VERSION=2.0.1
VERSION=2.0.2
BIN=answer
DIR_SRC=./cmd/answer
DOCKER_CMD=docker
+1 -1
View File
@@ -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:2.0.1
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.2
```
For more information, see [Installation](https://answer.apache.org/docs/installation).