Skip to content

Commit 34c1e8a

Browse files
committed
docs(Makefile): upgrade version to 2.0.0
1 parent 4fd9667 commit 34c1e8a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.PHONY: build clean ui
22

3-
VERSION=1.7.1
4-
BIN=answer
3+
VERSION=2.0.0
54
DIR_SRC=./cmd/answer
65
DOCKER_CMD=docker
76

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache
2323
### Running with docker
2424

2525
```bash
26-
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.7.1
26+
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.0
2727
```
2828

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

0 commit comments

Comments
 (0)