chore: update version to 2.0.1

This commit is contained in:
LinkinStars
2026-05-20 11:28:50 +08:00
parent a218924ba0
commit 5be5c84a26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: build clean ui
VERSION=2.0.0
VERSION=2.0.1
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.0
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.1
```
For more information, see [Installation](https://answer.apache.org/docs/installation).