aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = ""
)