diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-11 17:47:56 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-11 17:47:56 +0100 |
commit | c60573a17b91f93af9b828452d437673bff1677d (patch) | |
tree | 605ec705ef9f844170ca264072057fc4434c20c0 /README.md | |
parent | c20aa09fb31e09819e8e5eca222b3de2049cbdf8 (diff) | |
download | feed2imap-go-c60573a17b91f93af9b828452d437673bff1677d.tar.gz feed2imap-go-c60573a17b91f93af9b828452d437673bff1677d.tar.bz2 feed2imap-go-c60573a17b91f93af9b828452d437673bff1677d.zip |
Prepare v1.5.0v1.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,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.4.0 +git checkout v1.5.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |