diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-13 09:43:42 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-13 09:43:42 +0200 |
commit | 583d0cfa41b78bf137c66426dbaa7e468b6690f8 (patch) | |
tree | 7cdab9bc78a1866cf67763de6385e7cbfa5d5639 | |
parent | 2746c42c60d060ded9a3f4529840546290500e54 (diff) | |
download | feed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.tar.gz feed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.tar.bz2 feed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.zip |
Prepare v1.7.0
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pkg/version/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ feed2imap-go is present in [nixpkgs](https://github.com/NixOS/nixpkgs/tree/maste Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v1.6.0 +git checkout v1.7.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): diff --git a/pkg/version/version.go b/pkg/version/version.go index ccf5231..00b208c 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,7 +2,7 @@ package version // this is set by the linker during build var ( - version = "1.6.0-post" + version = "1.7.0-post" commit = "" ) |