diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:57:33 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:57:33 +0100 |
commit | 7237cb90e7ea8360c7406b7d9ba524f5b150777f (patch) | |
tree | 62a616594d8f59f1b966ab76fed902f027bc20b6 /README.md | |
parent | 3a854c3bc47e75491b836c7fc12b617da5d68288 (diff) | |
download | feed2imap-go-7237cb90e7ea8360c7406b7d9ba524f5b150777f.tar.gz feed2imap-go-7237cb90e7ea8360c7406b7d9ba524f5b150777f.tar.bz2 feed2imap-go-7237cb90e7ea8360c7406b7d9ba524f5b150777f.zip |
Prepare v0.6.0v0.6.0
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 v0.5.2 +git checkout v0.6.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |