diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-07-24 01:03:10 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-07-24 01:03:10 +0200 |
commit | 47f56b5bd3b1602fe9aab8b89cec073b0b322f73 (patch) | |
tree | 6fb7ca6e129c70081190166c74426f533c4c9d98 /README.md | |
parent | 53053c5d8c96dde34dd08963d87edf1c90b16fc4 (diff) | |
download | feed2imap-go-47f56b5bd3b1602fe9aab8b89cec073b0b322f73.tar.gz feed2imap-go-47f56b5bd3b1602fe9aab8b89cec073b0b322f73.tar.bz2 feed2imap-go-47f56b5bd3b1602fe9aab8b89cec073b0b322f73.zip |
Prepare v1.1.1v1.1.1
Diffstat (limited to 'README.md')
-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 v1.1.0 +git checkout v1.1.1 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |