aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2023-06-13 09:43:42 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-06-13 09:43:42 +0200
commit583d0cfa41b78bf137c66426dbaa7e468b6690f8 (patch)
tree7cdab9bc78a1866cf67763de6385e7cbfa5d5639
parent2746c42c60d060ded9a3f4529840546290500e54 (diff)
downloadfeed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.tar.gz
feed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.tar.bz2
feed2imap-go-583d0cfa41b78bf137c66426dbaa7e468b6690f8.zip
Prepare v1.7.0
-rw-r--r--README.md2
-rw-r--r--pkg/version/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index debbcef..9db7441 100644
--- a/README.md
+++ b/README.md
@@ -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 = ""
)