Skip to content

Commit

Permalink
docs(makefile): upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Sep 4, 2024
1 parent d5d9f38 commit 323ee0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build clean ui

VERSION=1.3.6
VERSION=1.4.0
BIN=answer
DIR_SRC=./cmd/answer
DOCKER_CMD=docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.0
```

For more information, see [Installation](https://answer.apache.org/docs/installation).
Expand Down

0 comments on commit 323ee0e

Please sign in to comment.