diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-09-11 22:03:04 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-09-11 22:03:04 +0200 |
commit | bbff54fa4b2ddc791bb581268abba14b157e35c0 (patch) | |
tree | 3152d6f07fafe5dd7f077b4316dd79786b5076e8 /README.md | |
parent | 8600879263c542fd4b18281e7d5bf8962cdfdbd6 (diff) | |
download | feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.tar.gz feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.tar.bz2 feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.zip |
Prepare v0.5.1
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.5.0 +git checkout v0.5.1 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |