diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-03-28 20:38:36 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-03-28 20:38:36 +0200 |
commit | 878ffb79c61cde332a54927788c8df77754cc259 (patch) | |
tree | 5e91c5d0ae9af0d578b9a29569bb5fc6b1922389 /README.md | |
parent | 3efbf107091e6ca32f9950047c3d96ec3d080d32 (diff) | |
download | feed2imap-go-878ffb79c61cde332a54927788c8df77754cc259.tar.gz feed2imap-go-878ffb79c61cde332a54927788c8df77754cc259.tar.bz2 feed2imap-go-878ffb79c61cde332a54927788c8df77754cc259.zip |
Prepare v1.6.0v1.6.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ feed2imap-go is present in the [AUR](https://aur.archlinux.org/packages/feed2ima Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v1.5.1 +git checkout v1.6.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |