diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-11-23 23:10:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-11-23 23:10:21 +0100 |
commit | f08a7c655c8e87bcb6391cb74a74462b96ec16c7 (patch) | |
tree | 83a87a222dbccf392d9c763a419fa64bf27db217 /README.md | |
parent | e53b7cca333c64a01eb8a5471554f85f5c13e414 (diff) | |
download | feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.tar.gz feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.tar.bz2 feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.zip |
Prepare v0.5.2
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.1 +git checkout v0.5.2 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |