docs(makefile): upgrade version

This commit is contained in:
LinkinStars
2024-07-25 15:07:19 +08:00
parent 86dd5af6ba
commit d841396c19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: build clean ui
VERSION=1.3.5
VERSION=1.3.6
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:1.3.5
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.3.6
```
For more information, see [Installation](https://answer.apache.org/docs/installation).