Skip to content

Commit 6744295

Browse files
committed
chore: update version to 2.0.3 and adjust prerequisites in README
1 parent c1669e1 commit 6744295

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

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

3-
VERSION=2.0.2
3+
VERSION=2.0.3
44
BIN=answer
55
DIR_SRC=./cmd/answer
66
DOCKER_CMD=docker

README.md

Lines changed: 2 additions & 2 deletions
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:2.0.2
26+
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.3
2727
```
2828

2929
For more information, see [Installation](https://answer.apache.org/docs/installation).
@@ -40,7 +40,7 @@ You can also check out the [plugins here](https://answer.apache.org/plugins).
4040

4141
### Prerequisites
4242

43-
- Golang >= 1.23
43+
- Golang >= 1.25
4444
- Node.js >= 20
4545
- pnpm >= 9
4646
- [mockgen](https://github.com/uber-go/mock?tab=readme-ov-file#installation) >= 0.6.0

0 commit comments

Comments
 (0)