diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-03-06 22:09:13 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-03-06 22:09:13 +0100 |
commit | 89a1eded39917fccf031834a02a052f6e5e79684 (patch) | |
tree | c3eb9590066e3407b72fab9955c66be3ff72a4c8 /README.md | |
parent | b6e3b0bf035a8b89866a9fdeb4df136d04533dd4 (diff) | |
download | feed2imap-go-89a1eded39917fccf031834a02a052f6e5e79684.tar.gz feed2imap-go-89a1eded39917fccf031834a02a052f6e5e79684.tar.bz2 feed2imap-go-89a1eded39917fccf031834a02a052f6e5e79684.zip |
Prepare v0.8.0v0.8.0
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.7.0 +git checkout v0.8.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |