Skip to content

Commit

Permalink
Release/1.3.0 (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: shuai <lishuailing@sifou.com>
Co-authored-by: Han Gao <dhangao@hotmail.com>
Co-authored-by: wzy <770954908@qq.com>
Co-authored-by: zahash <zahash.z@gmail.com>
Co-authored-by: Hosein Beigi <hbsciw@gmail.com>
Co-authored-by: kumfo <kumfo@sifou.com>
Co-authored-by: sy-records <52o@qq52o.cn>
Co-authored-by: 而立 <cuihengqing@cai-inc.com>
Co-authored-by: foxzero-007 <chq2549603631@gmail.com>
Co-authored-by: easy <58644520+foxzero-007@users.noreply.github.com>
Co-authored-by: robin <robin@rnode.me>
Co-authored-by: Akhil <surapuramakhil@gmail.com>
Co-authored-by: Shaobiao Lin <whalevocal@gmail.com>
  • Loading branch information
14 people authored Mar 22, 2024
1 parent 5132cb3 commit abe0680
Show file tree
Hide file tree
Showing 177 changed files with 6,859 additions and 2,053 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.2.5
VERSION=1.3.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.2.5
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.3.0
```

For more information, see [Installation](https://answer.apache.org/docs/installation).
Expand Down
100 changes: 42 additions & 58 deletions cmd/wire_gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit abe0680

Please sign in to comment.