diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-18 23:15:37 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-18 23:15:37 +0200 |
commit | d0c45f182e44230c15953fa86e5133dc3e395f5e (patch) | |
tree | 7ab39f11e7df12cf2316915709ef6992c5a2cdeb /README.md | |
parent | f1845caa49fb6abe2d6ac57dc2ab9014b091e3f0 (diff) | |
download | feed2imap-go-d0c45f182e44230c15953fa86e5133dc3e395f5e.tar.gz feed2imap-go-d0c45f182e44230c15953fa86e5133dc3e395f5e.tar.bz2 feed2imap-go-d0c45f182e44230c15953fa86e5133dc3e395f5e.zip |
Prepare v1.1.0v1.1.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.8.0 +git checkout v1.1.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |