diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-20 18:09:40 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-20 18:10:59 +0200 |
commit | de48dfb51890f9701ecc92d564e3ee54fae7574f (patch) | |
tree | bd4b02dbc426298d2ae6ff642da620021dcbec78 /README.md | |
parent | f6a8bfcdb31b3a42002e9d1c113bd547ffe5ef29 (diff) | |
download | feed2imap-go-de48dfb51890f9701ecc92d564e3ee54fae7574f.tar.gz feed2imap-go-de48dfb51890f9701ecc92d564e3ee54fae7574f.tar.bz2 feed2imap-go-de48dfb51890f9701ecc92d564e3ee54fae7574f.zip |
Prepare v1.2.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 v1.1.1 +git checkout v1.2.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |