diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-06-11 00:31:59 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-06-11 00:31:59 +0200 |
commit | 7ac7ebc4e04fefbeceb34cc977295822a128d052 (patch) | |
tree | aed45c63a698b5005837d148bb2f56d8840a8761 /README.md | |
parent | 16237b957348b6945312f61dbd105ab9f26a0100 (diff) | |
download | feed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.tar.gz feed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.tar.bz2 feed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.zip |
Prepare v1.5.1v1.5.1
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,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.5.0 +git checkout v1.5.1 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |