diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 22:52:02 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 22:52:02 +0200 |
commit | 76cbcdab3fd9cc6463f15be354b9264ccdb5aa27 (patch) | |
tree | 14413e4637df6e77cacdfd5731af6a8db7159ca5 /README.md | |
parent | 9735e2ce53fb10b7cd943ef0e91e94638956561f (diff) | |
download | feed2imap-go-76cbcdab3fd9cc6463f15be354b9264ccdb5aa27.tar.gz feed2imap-go-76cbcdab3fd9cc6463f15be354b9264ccdb5aa27.tar.bz2 feed2imap-go-76cbcdab3fd9cc6463f15be354b9264ccdb5aa27.zip |
Prepare v0.5.0v0.5.0
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ Please open an issue if you are missing your platform. Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v0.4.1 +git checkout v0.5.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |